export declare const currencies: {
    thousandSeparator: string;
    decimalSeparator: string;
    decimalDigits: number;
};
