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