import * as RechartsPrimitive from "recharts"; type CustomTooltipContentProps = React.ComponentProps & React.ComponentProps<"div"> & { hideLabel?: boolean; hideIndicator?: boolean; indicator?: "line" | "dot" | "dashed"; nameKey?: string; labelKey?: string; showPercentage?: boolean; portalContainer?: React.RefObject; parentRef: React.RefObject; }; export declare const CustomTooltipContent: import("react").NamedExoticComponent & import("react").RefAttributes>; export {}; //# sourceMappingURL=CustomTooltipContent.d.ts.map