export declare const countries: { name: string; code: string; numericalCode: string; }[]; export declare const countryOptions: { key: string; label: string; value: string; }[];