export declare const getModalAnchor: (shadowRootNode?: Document | ShadowRoot) => HTMLElement; export declare const getSkeBasisStylingWrapper: (rootNode: Document | ShadowRoot) => Element | undefined; export declare const createModalDomPlacement: (setFlag: (a: boolean) => void, shadowRootNode?: Document | ShadowRoot) => void; export declare const useEscOnPress: (ref: HTMLDivElement | null, onClose?: ((ref: HTMLDivElement) => void) | undefined) => void;