import { type ReactNode } from 'react';
/**
 * Renders the portal stack. Place this component where portal layers should appear in the DOM.
 * Renders nothing when the stack is empty.
 * Must be used within a `PortalProvider`.
 */
declare function PortalHost(): ReactNode;
declare namespace PortalHost {
    var displayName: string;
}
export default PortalHost;
//# sourceMappingURL=portal-host.client.d.ts.map