import { ChartInternalDataTypes } from '../data'; /** * Format a value based on type. */ export declare function formatValue(value: ChartInternalDataTypes): string;