import _PortalHost from '../components/portal-host.client.js';
/**
 * Renders the portal stack. Place this where portal layers should appear in the DOM.
 * Must be used within a `PortalProvider`.
 */
export declare const PortalHost: (<AdditionalProps, ExactProps extends object = object, As extends import("../main").NodeElementType = typeof _PortalHost>(props?: import("../main").PolymorphicProps<typeof _PortalHost, As, AdditionalProps, ExactProps> | undefined, deps?: import("../main").DependencyList) => import("../main").NodeInstance<NoInfer<As>>) & {
    element: typeof _PortalHost;
};
//# sourceMappingURL=portal-host.d.ts.map