import type { TooltipProps } from './tooltip';
export declare const useTooltipDeprecated: (props: TooltipProps) => void;
