import { FormProps } from './FormProps'; export type CommercialDepositsNoLendingOptionInputs = { first_name: string; last_name: string; company: string; email: string; phone: string; Estimated_Gross_Annual_Revenue__c: string; Banking__c: boolean; Treasury_Management__c: boolean; Others__c: boolean; Others_Detail__c: string; Product_and_servicing_needs__c: string; }; export declare const CommercialDepositsNoLendingOption: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, description, callToAction, validateEmail, onValidate, id, }: FormProps) => import("react").JSX.Element;