import type { TooltipProps } from '.'; import type { useTooltip } from './useTooltip'; type TooltipChildrenProps = { tooltip: ReturnType; tooltipId: string; isTooltipVisible: boolean; } & Pick; export declare const TooltipChildren: ({ children, tooltip, tooltipId, tabIndex, relation, isTooltipVisible, containerFullHeight, containerFullWidth, }: TooltipChildrenProps) => string | number | bigint | boolean | import("react").JSX.Element | Iterable | Promise | import("react").ReactElement> | import("react").ReactPortal | null | undefined> | null | undefined; export {}; //# sourceMappingURL=TooltipChildren.d.ts.map