/// interface GeneralFormProps { readonly name: string; readonly username: string; readonly email: string; readonly agree: boolean; readonly select: string; readonly gender: string; readonly message: string; readonly date: Date; } export declare const initialValues: GeneralFormProps; export declare const FieldsMuiGeneralForm: () => JSX.Element; export {}; //# sourceMappingURL=FieldsMuiGeneralForm.d.ts.map