import { ExtractPropTypes, PropType } from 'vue'; import { default as List } from './list.vue'; export declare const listProps: { modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | (((new (...args: any[]) => any[]) | (() => any[])) | null)[], unknown, unknown, () => never[], boolean>; sortable: import('element-plus/es/utils/index.mjs').EpPropFinalized; isRemove: import('element-plus/es/utils/index.mjs').EpPropFinalized; isAdd: import('element-plus/es/utils/index.mjs').EpPropFinalized; isModify: import('element-plus/es/utils/index.mjs').EpPropFinalized; isConfirmRemove: import('element-plus/es/utils/index.mjs').EpPropFinalized; itemClassName: { readonly type: PropType(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of(...items: T[]): T[]; readonly [Symbol.species]: ArrayConstructor; })[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; hasForm: import('element-plus/es/utils/index.mjs').EpPropFinalized; onAdd: FunctionConstructor; itemKey: import('element-plus/es/utils/index.mjs').EpPropFinalized; labelWidth: StringConstructor; outFormAttrs: ObjectConstructor; innerFormAttrs: ObjectConstructor; borderType: import('element-plus/es/utils/index.mjs').EpPropFinalized; itemComponent: import('element-plus/es/utils/index.mjs').EpPropFinalized; itemComponentProps: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Record) | (() => Record) | (((new (...args: any[]) => Record) | (() => Record)) | null)[], unknown, unknown, () => {}, boolean>; itemComponentTitle: { readonly type: PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; addButtonText: StringConstructor; dragFoldHeight: NumberConstructor; }; export type ListProps = ExtractPropTypes; export type ListInstance = InstanceType;