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