export const data: ({ name: string; label: string; type: string; }[][] | ({ name: string; label: string; type: string; options?: undefined; optionLabelKey?: undefined; } | { name: string; label: string; type: string; options: { realName: string; }[]; optionLabelKey: string; })[] | ({ name: string; type: string; options: { label: string; value: boolean; }[]; } | { name: string; type: string; options: { label: string; value: string; }[]; })[])[]; export const validationSchema: (Yup.ObjectSchema; password: import("yup/lib/string").RequiredStringSchema; date: import("yup/lib/date").RequiredDateSchema; }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape; password: import("yup/lib/string").RequiredStringSchema; date: import("yup/lib/date").RequiredDateSchema; }>>, import("yup/lib/object").AssertsShape; password: import("yup/lib/string").RequiredStringSchema; date: import("yup/lib/date").RequiredDateSchema; }>>> | Yup.ObjectSchema; time: import("yup/lib/date").RequiredDateSchema; }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape; time: import("yup/lib/date").RequiredDateSchema; }>>, import("yup/lib/object").AssertsShape; time: import("yup/lib/date").RequiredDateSchema; }>>>)[]; export const initialValues: ({ username: string; password: string; date: any; email?: undefined; time?: undefined; checkbox?: undefined; radio?: undefined; } | { email: string; time: any; username?: undefined; password?: undefined; date?: undefined; checkbox?: undefined; radio?: undefined; } | { checkbox: any; radio: any; username?: undefined; password?: undefined; date?: undefined; email?: undefined; time?: undefined; })[]; import * as Yup from "yup";