import { TooltipDataValue } from "../../types/components/tooltip";
export declare function getValueString(value: TooltipDataValue): string;
