import { InputFormProps } from './types'; import * as yup from "yup"; export declare const generateValidationSchema: (fields: InputFormProps[]) => yup.ObjectSchema<{ [x: string]: any; }, yup.AnyObject, { [x: string]: any; }, "">;