import PortalProps from "./PortalProps"; /** * Portals provide a first-class way to render children into a DOM node * that exists outside the DOM hierarchy of the parent component. * * Demos: * * - [Portal](https://mui.com/components/portal/) * * API: * * - [Portal API](https://mui.com/api/portal/) */ export declare function Portal(props: PortalProps): import("solid-js").JSX.Element; export default Portal; //# sourceMappingURL=Portal.d.ts.map