import * as React from 'react'; import { PortalProps } from './Portal.type'; declare const Portal: React.FC; export default Portal;