interface NumFormat { f?: string; "zh-tw"?: string; "zh-cn"?: string; "ja-jp"?: string; "ko-kr"?: string; "th-th"?: string; } declare const defaultNumFormats: { [key: number]: NumFormat; }; export { defaultNumFormats };