import type { PortalProps } from './types'; /** * Portal — teleports its children into the nearest PortalHost. * * Mount Portal anywhere in the tree; it renders its children above all sibling * views inside the root PortalHost (z-order: overlay). * * @example * * {...} * */ export declare function Portal(rawProps: PortalProps): null; //# sourceMappingURL=Portal.d.ts.map