import * as Yup from 'yup'; export declare const textInputQuestionValidationSchema: (field: any) => Yup.StringSchema;