export * from './Portal';
export * from './Portal.context';
export * as PortalProps from './Portal.props';
export { defaultRootProps } from './Portal.props';
export type * from '@primereact/types/primitive/portal';
