import { FC } from "react"; import { PortalProps } from "./types"; declare const Portal: FC; export default Portal;