export declare class ValueFormatting { currency: string; percentage: boolean; decimalPrecision?: number; date: string; constructor(valueFormatting?: ValueFormatting); }