export declare function numeralFormatting(tickValue: number): string;
export declare function createLabelItems(uniqueValues: string[]): any[];
