import { ReactElement } from 'react'; import { PortalContainerProviderProps } from '../../types/shadow/PortalContainerProviderProps'; /** * Provides the portal container element to descendants. Built with createElement * (no JSX) so the library has no JSX-runtime build coupling. * @param {PortalContainerProviderProps} props - The portal container and children. * @returns {ReactElement} The provider element wrapping the children. */ export declare const PortalContainerProvider: ({ portalContainer, children, }: PortalContainerProviderProps) => ReactElement; //# sourceMappingURL=PortalContainerProvider.d.ts.map