export declare class ConfigurationModel { thousandSeparator: string; decimalSeparator: string; whitespaceBeforeCurrency: boolean; currency: string; }