import { type FieldProps } from '../../hooks/useForm/useForm'; import { type LinkProps } from '../../model/LinkProps'; import { type SubmitButtonProps } from './ApplicationFormContent'; export declare const renderAgreementSubmit: ({ consentDataProcessing, link, button, typeForm, }: { consentDataProcessing?: FieldProps | undefined; link?: LinkProps | undefined; button?: SubmitButtonProps | undefined; typeForm?: string | undefined; }) => any;