export type CountryType = {
    name: string;
    dial_code: string;
    code: string;
};
//# sourceMappingURL=../src/utils/types.d.ts.map