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