import type { FormErrors } from '../../types';
/** @deprecated Use https://github.com/mantinedev/mantine-form-yup-resolver */
export declare function yupResolver(schema: any): (values: Record<string, any>) => FormErrors;
