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