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