export declare const DEFAULT_DIGIT_INFO = "0.2"; export declare function formatNumber(n: number, locale: string, digitsInfo?: string): string;