1 | /**
|
---|
2 | * @license
|
---|
3 | * Copyright Google LLC All Rights Reserved.
|
---|
4 | *
|
---|
5 | * Use of this source code is governed by an MIT-style license that can be
|
---|
6 | * found in the LICENSE file at https://angular.io/license
|
---|
7 | */
|
---|
8 |
|
---|
9 | declare function plural(n: number): number;
|
---|
10 | declare const _default: (string | number | number[] | (string | undefined)[] | typeof plural | (string[] | undefined)[] | {
|
---|
11 | AUD: string[];
|
---|
12 | BBD: (string | undefined)[];
|
---|
13 | BMD: (string | undefined)[];
|
---|
14 | BRL: (string | undefined)[];
|
---|
15 | BSD: (string | undefined)[];
|
---|
16 | BYN: string[];
|
---|
17 | BZD: (string | undefined)[];
|
---|
18 | CAD: (string | undefined)[];
|
---|
19 | CUC: (string | undefined)[];
|
---|
20 | CUP: (string | undefined)[];
|
---|
21 | DOP: (string | undefined)[];
|
---|
22 | FJD: (string | undefined)[];
|
---|
23 | FKP: (string | undefined)[];
|
---|
24 | GYD: (string | undefined)[];
|
---|
25 | ISK: (string | undefined)[];
|
---|
26 | JMD: (string | undefined)[];
|
---|
27 | KYD: (string | undefined)[];
|
---|
28 | LRD: (string | undefined)[];
|
---|
29 | MXN: string[];
|
---|
30 | NAD: (string | undefined)[];
|
---|
31 | NZD: (string | undefined)[];
|
---|
32 | RUB: string[];
|
---|
33 | SBD: (string | undefined)[];
|
---|
34 | SGD: (string | undefined)[];
|
---|
35 | TTD: (string | undefined)[];
|
---|
36 | UYU: (string | undefined)[];
|
---|
37 | XCD: string[];
|
---|
38 | } | undefined)[];
|
---|
39 | export default _default;
|
---|