export declare const isBrowser: boolean; export declare function findContainingLayer(element: Element): HTMLElement | null; export declare function isContainedBy(element: Element, possibleContainer: Element): boolean; //# sourceMappingURL=utils.d.ts.map