export interface FormikFieldProps { name: string; validate?: (value: any) => undefined | string | Promise; } //# sourceMappingURL=FieldProps.d.ts.map