/// export interface ShadowContext { shadowHost: HTMLDivElement; rootElement: HTMLDivElement; } export declare const ShadowContextProvider: import("react").Provider, useShadowContext: () => ShadowContext | undefined;