import type { TooltipDirection } from './hooks/useTooltipDirection'; export interface TooltipTitleCylinderProps { title: string; direction: TooltipDirection; className?: string; maxHistory?: number; } export declare function TooltipTitleCylinder({ title, direction, className, maxHistory }: TooltipTitleCylinderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TooltipTitleCylinder.d.ts.map