import type { DOMLayer } from './root'; import type { BackdropElements } from './update-layers'; export declare function watchClickOutside(topLayer: DOMLayer, backdrop: BackdropElements): { stop(): void; }; //# sourceMappingURL=click-outside.d.ts.map