export type NumberFormats = keyof typeof numberFormats; export declare const numberFormats: { decimalsAndThousands: (value: string | number | undefined, locale: string | undefined, currency: string | undefined, decimals: number | undefined) => string; };