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