import { PropType } from 'vue'; import { DataInfo, TransferItem } from './interface'; declare var __VLS_1: { countTotal: number; countSelected: number; searchValue: string; checked: boolean; indeterminate: boolean; onSelectAllChange: (value: boolean | (string | number | boolean)[]) => void; onClear: () => void; }, __VLS_37: { data: TransferItem[]; selectedKeys: string[] | undefined; onSelect: ((value: string[]) => void) | undefined; }; type __VLS_Slots = {} & { title?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_37) => any; }; declare const __VLS_base: import("vue").DefineComponent; }; dataInfo: { type: PropType; required: true; }; title: StringConstructor; data: { type: PropType; required: true; }; disabled: BooleanConstructor; allowClear: BooleanConstructor; selected: { type: PropType; required: true; }; showSearch: BooleanConstructor; showSelectAll: BooleanConstructor; simple: BooleanConstructor; inputSearchProps: { type: ObjectConstructor; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { search: (_value: string, _type: "source" | "target") => any; }, string, import("vue").PublicProps, Readonly; }; dataInfo: { type: PropType; required: true; }; title: StringConstructor; data: { type: PropType; required: true; }; disabled: BooleanConstructor; allowClear: BooleanConstructor; selected: { type: PropType; required: true; }; showSearch: BooleanConstructor; showSelectAll: BooleanConstructor; simple: BooleanConstructor; inputSearchProps: { type: ObjectConstructor; }; }>> & Readonly<{ onSearch?: ((_value: string, _type: "source" | "target") => any) | undefined; }>, { disabled: boolean; allowClear: boolean; simple: boolean; showSearch: boolean; showSelectAll: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };