import * as React from 'react'; declare type PortalProps = { children: React.ReactNode; type: string; }; export declare const Portal: React.FC; export {};