import List from '../../data/List'; import { ParsedValue } from '../../util/types'; export declare function getDefaultLabel(data: List, dataIndex: number): string; export declare function getDefaultInterpolatedLabel(data: List, interpolatedValue: ParsedValue | ParsedValue[]): string;