import type { OptionalPortalProps } from './OptionalPortal'; import type { BasePortalProps, PortalProps } from './Portal'; export { Portal } from './Portal'; export { OptionalPortal } from './OptionalPortal'; export type { PortalProps, BasePortalProps, OptionalPortalProps };