/// import { PortalPropsType } from "./interface"; declare const Portal: (props: PortalPropsType) => JSX.Element; export default Portal;