import { FC } from 'react'; import { PortalProps } from 'types'; export declare const Portal: FC; export default Portal;