import { ShadowPortal } from './types.js'; export declare const useShadowDom: () => import("./context.js").ContextType; export declare const useConnectedPortalsEffect: (cb: (portals: ShadowPortal[]) => void) => void;