import { VueNode as VueNode$1 } from "../_util/type.js"; import { ValidateStatus } from "./FormItem/index.js"; import * as vue783 from "vue"; import { CSSProperties } from "vue"; //#region src/form/ErrorList.d.ts interface ErrorListProps { fieldId?: string; help?: VueNode$1; helpStatus?: ValidateStatus; errors?: any[]; warnings?: any[]; onVisibleChanged?: (visible: boolean) => void; /** ant-design 6.4 #57607: per-item class for each help/error line. */ helpItemClassName?: string; helpItemStyle?: CSSProperties; } declare const ErrorList: vue783.DefineSetupFnComponent; //#endregion export { ErrorListProps, ErrorList as default };