import type { TransferPanelProps, TransferData, TransferKey } from './transfer'; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: { option: any; }, __VLS_7: { option: any; }, __VLS_9: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_1) => any; } & { empty?: (props: typeof __VLS_3) => any; } & { default?: (props: typeof __VLS_5) => any; } & { default?: (props: typeof __VLS_7) => any; } & { footer?: (props: typeof __VLS_9) => any; }; declare const __VLS_component: import("vue").DefineComponent void; query: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:checked": (value: TransferKey[]) => any; "checked-change": (value: TransferKey[], movedKeys?: TransferKey[] | undefined) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:checked"?: ((value: TransferKey[]) => any) | undefined; "onChecked-change"?: ((value: TransferKey[], movedKeys?: TransferKey[] | undefined) => any) | undefined; }>, { disabled: boolean; size: import("./transfer").TransferSize; data: TransferData[]; height: number; title: string; itemHeight: number; virtual: boolean; checked: TransferKey[]; filterable: boolean; showAllCheckbox: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };