import * as TooltipPrimitive from '@radix-ui/react-tooltip'; export type PortalProps = TooltipPrimitive.TooltipPortalProps; /** When used, portals the content part into the body. */ export declare function Portal(props: PortalProps): import("react/jsx-runtime").JSX.Element; export declare namespace Portal { var displayName: string; }