declare const _default: { composeValidators: (validators: any[]) => (value: any, allValues: any) => any; required: (value: unknown) => "Please complete this field." | undefined; }; export default _default; //# sourceMappingURL=validators.d.ts.map