import { ComponentPropsWithoutRef } from 'react'; export type TooltipLegacyContentProps = ComponentPropsWithoutRef<"div">; export declare const TooltipLegacyContent: import('react').ForwardRefExoticComponent, HTMLDivElement>, "ref"> & import('react').RefAttributes>;