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