import type { ExtractPropTypes, PropType } from 'vue'; import type { TransferDirection, TransferItem } from './index'; export declare const transferListProps: { prefixCls: StringConstructor; dataSource: { type: PropType; default: any[]; }; filter: StringConstructor; filterOption: FunctionConstructor; checkedKeys: import("vue-types").VueTypeDef; handleFilter: FunctionConstructor; handleClear: FunctionConstructor; renderItem: FunctionConstructor; showSearch: { type: BooleanConstructor; default: boolean; }; searchPlaceholder: StringConstructor; notFoundContent: import("vue-types").VueTypeValidableDef; itemUnit: StringConstructor; itemsUnit: StringConstructor; renderList: import("vue-types").VueTypeValidableDef; disabled: { type: BooleanConstructor; default: any; }; direction: PropType; showSelectAll: { type: BooleanConstructor; default: any; }; remove: StringConstructor; selectAll: StringConstructor; selectCurrent: StringConstructor; selectInvert: StringConstructor; removeAll: StringConstructor; removeCurrent: StringConstructor; selectAllLabel: import("vue-types").VueTypeValidableDef; showRemove: { type: BooleanConstructor; default: any; }; pagination: import("vue-types").VueTypeValidableDef; onItemSelect: FunctionConstructor; onItemSelectAll: FunctionConstructor; onItemRemove: FunctionConstructor; onScroll: FunctionConstructor; }; export declare type TransferListProps = Partial>; declare const _default: import("vue").DefineComponent<{ prefixCls: StringConstructor; dataSource: { type: PropType; default: any[]; }; filter: StringConstructor; filterOption: FunctionConstructor; checkedKeys: import("vue-types").VueTypeDef; handleFilter: FunctionConstructor; handleClear: FunctionConstructor; renderItem: FunctionConstructor; showSearch: { type: BooleanConstructor; default: boolean; }; searchPlaceholder: StringConstructor; notFoundContent: import("vue-types").VueTypeValidableDef; itemUnit: StringConstructor; itemsUnit: StringConstructor; renderList: import("vue-types").VueTypeValidableDef; disabled: { type: BooleanConstructor; default: any; }; direction: PropType; showSelectAll: { type: BooleanConstructor; default: any; }; remove: StringConstructor; selectAll: StringConstructor; selectCurrent: StringConstructor; selectInvert: StringConstructor; removeAll: StringConstructor; removeCurrent: StringConstructor; selectAllLabel: import("vue-types").VueTypeValidableDef; showRemove: { type: BooleanConstructor; default: any; }; pagination: import("vue-types").VueTypeValidableDef; onItemSelect: FunctionConstructor; onItemSelectAll: FunctionConstructor; onItemRemove: FunctionConstructor; onScroll: FunctionConstructor; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: any[]; }; filter: StringConstructor; filterOption: FunctionConstructor; checkedKeys: import("vue-types").VueTypeDef; handleFilter: FunctionConstructor; handleClear: FunctionConstructor; renderItem: FunctionConstructor; showSearch: { type: BooleanConstructor; default: boolean; }; searchPlaceholder: StringConstructor; notFoundContent: import("vue-types").VueTypeValidableDef; itemUnit: StringConstructor; itemsUnit: StringConstructor; renderList: import("vue-types").VueTypeValidableDef; disabled: { type: BooleanConstructor; default: any; }; direction: PropType; showSelectAll: { type: BooleanConstructor; default: any; }; remove: StringConstructor; selectAll: StringConstructor; selectCurrent: StringConstructor; selectInvert: StringConstructor; removeAll: StringConstructor; removeCurrent: StringConstructor; selectAllLabel: import("vue-types").VueTypeValidableDef; showRemove: { type: BooleanConstructor; default: any; }; pagination: import("vue-types").VueTypeValidableDef; onItemSelect: FunctionConstructor; onItemSelectAll: FunctionConstructor; onItemRemove: FunctionConstructor; onScroll: FunctionConstructor; }>>, { disabled: boolean; showSearch: boolean; showRemove: boolean; dataSource: TransferItem[]; showSelectAll: boolean; }>; export default _default;