export const FormWrapper: import("styled-components").StyledComponent<"form", any, {}, never>; export default Formstack; /** * Formstack Component * @param {object} formData - data from Formstack API * @param {string} submitButtonText - change the name of the submit button, defaults to "Submit" * @param {string} country - passed from the consuming app * @param {boolean} isSubmitting - state of the form when submitting * @param {function} onSubmit - provides access to the useForm handleSubmit * @param {boolean} hideFormBanner - provides option to hide formstack banner * @returns {react} form rendered with fields from the Formstack API */ declare function Formstack({ formData, submitButtonText, country, language, market, isSubmitting, formName, onEmailSubscriptionCheckedAnalytics, countryList, formatFormData, recaptchaSiteKey, recaptchaRef, hideFormBanner, onSubmit, onErrors, }: object): react; //# sourceMappingURL=Formstack.d.ts.map