/** Fecha uma superfície flutuante quando um bloqueador externo é aberto. */ export declare const listenForExternalBlockingSurface: (host: HTMLElement, dismiss: () => void) => (() => void);