import React from 'react'; import type { PortalHostProps } from './types'; /** * PortalHost — place once at the root of your application tree. * * Provides the portal context + renders all mounted portals in a full-screen * View layered above the normal content (z-order overlay). * * @example * * * */ export declare function PortalHost({ children }: PortalHostProps): React.ReactElement; //# sourceMappingURL=PortalHost.d.ts.map