import type { TransferProps, TransferData, TransferKey, TransferPanelExpose } from './transfer'; declare var __VLS_11: {}, __VLS_13: { option: any; }, __VLS_15: {}, __VLS_17: {}, __VLS_19: { moveToLeft: any; moveToRight: any; leftChecked: any; rightChecked: any; }, __VLS_31: {}, __VLS_33: { option: any; }, __VLS_35: {}, __VLS_37: {}; type __VLS_Slots = {} & { 'left-header'?: (props: typeof __VLS_11) => any; } & { default?: (props: typeof __VLS_13) => any; } & { 'left-empty'?: (props: typeof __VLS_15) => any; } & { 'left-footer'?: (props: typeof __VLS_17) => any; } & { buttons?: (props: typeof __VLS_19) => any; } & { 'right-header'?: (props: typeof __VLS_31) => any; } & { default?: (props: typeof __VLS_33) => any; } & { 'right-empty'?: (props: typeof __VLS_35) => any; } & { 'right-footer'?: (props: typeof __VLS_37) => any; }; declare const __VLS_component: import("vue").DefineComponent void; clearRightChecked: () => void; leftPanel: import("vue").Ref; rightPanel: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { change: (value: TransferKey[], direction: import("./transfer").TransferDirection, movedKeys: TransferKey[]) => any; "update:modelValue": (value: TransferKey[]) => any; "left-check-change": (value: TransferKey[], movedKeys?: TransferKey[] | undefined) => any; "right-check-change": (value: TransferKey[], movedKeys?: TransferKey[] | undefined) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: TransferKey[], direction: import("./transfer").TransferDirection, movedKeys: TransferKey[]) => any) | undefined; "onUpdate:modelValue"?: ((value: TransferKey[]) => any) | undefined; "onLeft-check-change"?: ((value: TransferKey[], movedKeys?: TransferKey[] | undefined) => any) | undefined; "onRight-check-change"?: ((value: TransferKey[], movedKeys?: TransferKey[] | undefined) => any) | undefined; }>, { disabled: boolean; size: import("./transfer").TransferSize; data: TransferData[]; height: number; modelValue: TransferKey[]; validateEvent: boolean; itemHeight: number; virtual: boolean; filterable: boolean; showAllCheckbox: boolean; targetOrder: import("./transfer").TargetOrder; buttonTexts: string[]; leftDefaultChecked: TransferKey[]; rightDefaultChecked: TransferKey[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };