declare type NameFieldApplicationDef = 'surname' | 'name' | 'middleName' | 'email' | 'phone' | 'fullName' | 'inn' | 'comment' | 'fullRegion' | 'region' | 'addressBranch' | 'typeForm' | 'registrationDate' | 'birthday' | 'isClient' | 'acquiringType' | 'onlineCheckout' | 'posTerminal' | 'serviceDirection' | 'serviceType' | 'feedbackMethod' | 'bankEmpolee' | 'applicationDate' | 'secondaryPhone' | 'vedTypes' | 'term' | 'amount' | 'annualRevenue' | 'collectionCount' | 'desiredMeetingDate' | 'product' | 'localities' | 'partnerComments' | 'sufferedFrom' | 'situationDescription' | 'applierType' | 'representativeName' | 'regionBranch' | 'consentToReceiveMaterials' | 'consentDataProcessing' | 'partnerSymbolCode' | 'partnerName' | 'dadataPartyNameSelect' | 'dadataPartyInnSelect' | 'questionProduct' | 'callbackTime' | 'russianPhone' | 'cityOfResidence' | 'internshipStartDate' | 'internshipEndDate' | 'university' | 'fieldOfStudy' | 'courseYear' | 'graduationYear' | 'averageGrade' | 'skillsAndKnowledge' | 'educationLevel' | 'workingHours' | 'motivationForInternship' | 'workExperience' | 'internshipDirection' | 'fileUpload' | 'fileId'; export declare type NameFieldDef = NameFieldApplicationDef; export {};