import { FC } from 'react'; import { PortalInterface } from './portal.types'; export declare const Portal: FC;