import { Context } from 'react'; export declare const ShadowRootContext: Context; export declare function useShadowRoot(): ShadowRoot;