import type { DOMLayer } from './root'; export declare function watchFocus(layersWrapper: HTMLElement, topLayer: DOMLayer): { stop(): void; }; //# sourceMappingURL=focus.d.ts.map