import { PortalProps } from '@primereact/types/primitive/portal'; export declare const Portal: ((inProps?: (import("@primereact/types/core").GlobalComponentProps & {} & {} & Omit, keyof import("@primereact/types/core").GlobalComponentProps> & PortalProps) | undefined) => import("react").JSX.Element | null) & Record & { displayName?: string; };