declare const COUNTRIES: {
    id: string;
    name: string;
    code: string;
}[];
export default COUNTRIES;
