export declare function matchesField<T>(field: keyof T, error?: React.ReactNode): (value: unknown, values: T) => React.ReactNode;
