import { FC } from 'react';
import { IPortal } from '../../interfaces/portal';
export declare const Portal: FC<IPortal>;
