export type TooltipSectionProps = { title?: React.ReactNode; className?: string; children?: React.ReactNode; }; export declare const TooltipSection: ({ title, className, children }: TooltipSectionProps) => import("react").JSX.Element; //# sourceMappingURL=TooltipSection.d.ts.map