export default FsFields; declare function FsFields({ fields, heading, register, watch, setValue, getValues, errors, country, countryId, provinceId, currentCountry, countryList, market, language, hideFormBanner, }: { fields: any; heading: any; register: any; watch: any; setValue: any; getValues: any; errors: any; country: any; countryId: any; provinceId: any; currentCountry: any; countryList: any; market?: string | undefined; language?: string | undefined; hideFormBanner?: boolean | undefined; }): React.JSX.Element; import React from "react"; //# sourceMappingURL=FsFields.d.ts.map