blob: ef212a180840d5707c12c1ddb4bca4cf0c799d5d [file] [log] [blame]
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
declare function plural(n: number): number;
declare const _default: (string | number | number[] | (string | undefined)[] | typeof plural | (string[] | undefined)[] | {
AUD: string[];
CNY: string[];
ILR: string[];
JPY: string[];
KRW: string[];
TWD: string[];
USD: string[];
XXX: never[];
} | undefined)[];
export default _default;