blob: 82bd7877da836f6afc0b01c4577217c78ee8d45b [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)[] | {
AZN: string[];
JPY: string[];
RON: (string | undefined)[];
SYP: (string | undefined)[];
THB: string[];
TWD: string[];
USD: string[];
})[];
export default _default;