import React from 'react'; declare const Portal: React.FC; declare type PortalProps = { children: React.ReactNode; type?: string; containerRef?: React.RefObject; unstable_skipInitialRender?: boolean; }; export { Portal, PortalProps }; //# sourceMappingURL=index.d.ts.map