import { CountryInterface } from './types';
declare const countries: CountryInterface[];
export default countries;
