import { TooltipLegacyProps } from './useTooltipLegacy'; export declare function TooltipLegacyElement({ children, ...options }: TooltipLegacyProps): import("react/jsx-runtime").JSX.Element; export declare const TooltipLegacy: typeof TooltipLegacyElement & { Trigger: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; Content: import('react').ForwardRefExoticComponent, HTMLDivElement>, "ref"> & import('react').RefAttributes>; };