/** * A flag object */ export interface IFlagEntry { countryName: string; alpha2: string; alpha3?: string; numeric?: string; } export declare const countryCodeList: IFlagEntry[]; //# sourceMappingURL=countryCodeList.d.ts.map