import type { SlotsType } from 'vue'; import type { TransferItem } from './interface'; declare const _default: import("vue").DefineComponent<{ prefixCls: StringConstructor; dataSource: { type: import("vue").PropType; default: TransferItem[]; }; filter: StringConstructor; filterOption: FunctionConstructor; checkedKeys: any; handleFilter: FunctionConstructor; handleClear: FunctionConstructor; renderItem: FunctionConstructor; showSearch: { type: BooleanConstructor; default: boolean; }; searchPlaceholder: StringConstructor; notFoundContent: any; itemUnit: StringConstructor; itemsUnit: StringConstructor; renderList: any; disabled: { type: BooleanConstructor; default: boolean; }; direction: { type: import("vue").PropType; default: import("./interface").TransferDirection; }; showSelectAll: { type: BooleanConstructor; default: boolean; }; remove: StringConstructor; selectAll: StringConstructor; selectCurrent: StringConstructor; selectInvert: StringConstructor; removeAll: StringConstructor; removeCurrent: StringConstructor; selectAllLabel: any; showRemove: { type: BooleanConstructor; default: boolean; }; pagination: any; onItemSelect: FunctionConstructor; onItemSelectAll: FunctionConstructor; onItemRemove: FunctionConstructor; onScroll: FunctionConstructor; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: TransferItem[]; }; filter: StringConstructor; filterOption: FunctionConstructor; checkedKeys: any; handleFilter: FunctionConstructor; handleClear: FunctionConstructor; renderItem: FunctionConstructor; showSearch: { type: BooleanConstructor; default: boolean; }; searchPlaceholder: StringConstructor; notFoundContent: any; itemUnit: StringConstructor; itemsUnit: StringConstructor; renderList: any; disabled: { type: BooleanConstructor; default: boolean; }; direction: { type: import("vue").PropType; default: import("./interface").TransferDirection; }; showSelectAll: { type: BooleanConstructor; default: boolean; }; remove: StringConstructor; selectAll: StringConstructor; selectCurrent: StringConstructor; selectInvert: StringConstructor; removeAll: StringConstructor; removeCurrent: StringConstructor; selectAllLabel: any; showRemove: { type: BooleanConstructor; default: boolean; }; pagination: any; onItemSelect: FunctionConstructor; onItemSelectAll: FunctionConstructor; onItemRemove: FunctionConstructor; onScroll: FunctionConstructor; }>>, { disabled: boolean; direction: import("./interface").TransferDirection; notFoundContent: any; showSearch: boolean; checkedKeys: any; pagination: any; dataSource: TransferItem[]; showRemove: boolean; renderList: any; showSelectAll: boolean; selectAllLabel: any; }, SlotsType<{ footer?: any; titleText?: any; default?: any; }>>; export default _default;