import { IFieldProps as FieldProps, Step } from '@comparaonline/ui-wizard-step-manager'; export declare const disableSubmitButton: Step['disableSubmitButton']; export declare const isAndHasPAC: FieldProps['conditionToRender']; export declare const isInvalidCoupon: FieldProps['conditionToRender']; export declare const getCouponInvalidPaymentMethodText: (t: any, formValues: any) => any; export declare const getCouponSuccessText: (t: any, formValues: any) => any; export declare const getFirstPaymentHelperText: (t: any, formValues: any, formApi: any) => any; export declare const getFirstPaymentLabel: (t: any, formValues: any, formApi: any) => any; export declare const getGoToBankLabel: (t: any, formValues: any) => any; export declare const getMethodHelperText: (t: any, formValues: any, formApi: any) => any; export declare const getMethodPacWarningText: (maxAmount: string) => (t: any, _: any, formApi: any) => any; export declare const getMethodPromotionWarningText: (t: any, _: any, formApi: any) => any; export declare const getMethodWebPayWarningText: (t: any, _: any, formApi: any) => any; export declare const getMethodCarDealerWarningText: (t: any, _: any, formApi: any) => any; export declare const getSubmitTextByPaymentMethod: (t: any, _: any, formApi: any) => any; export declare const shouldRenderBankWarningField: FieldProps['conditionToRender']; export declare const shouldRenderCoupon: FieldProps['conditionToRender']; export declare const shouldRenderCouponValidWarning: FieldProps['conditionToRender']; export declare const shoudlRenderCouponInvalidPaymentMethodWarning: FieldProps['conditionToRender']; export declare const shouldRenderFirstPaymentField: FieldProps['conditionToRender']; export declare const shouldRenderMethodPromotionWarning: FieldProps['conditionToRender'];