export type AutoPopupSuppressorController = { suppress: () => void; teardown: () => void; }; export declare function createAutoPopupSuppressorController(): AutoPopupSuppressorController; //# sourceMappingURL=auto-popup-suppressor.d.ts.map