import { FormInstance } from 'antd'; export declare const isFieldError: (form: FormInstance, field: string) => boolean;