import { CountryFunc } from './interfaces';
declare const denmark: CountryFunc;
export default denmark;
