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