import Portal from './Portal';
import type { PortalProps } from './Portal';
export type { PortalProps };
export default Portal;
