export type Country = { key: string; label: string; }; //# sourceMappingURL=country.d.ts.map