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