export interface Country { name: string; code: string; dial: string; flag: string; } export declare const COUNTRIES: Country[]; //# sourceMappingURL=countries.d.ts.map