export declare const wasClickOutsideElement: (event: MouseEvent, target: EventTarget) => boolean; export declare const wasClickInsideElement: (event: MouseEvent, target: EventTarget) => boolean; export declare const getPrefix: (element: any) => any; export declare function getRootActiveElement(element: Element): Element | null; //# sourceMappingURL=dom.d.ts.map