export default CountryProvince; declare function CountryProvince({ register, errors, watch, countryList, defaultCountry, countryNotice, setValue, countryName, provinceName, requireEmeaProvince, }: { register: any; errors: any; watch: any; countryList: any; defaultCountry: any; countryNotice: any; setValue: any; countryName?: string | undefined; provinceName?: string | undefined; requireEmeaProvince: any; }): React.JSX.Element; import React from "react"; //# sourceMappingURL=CountryProvince.d.ts.map