import { TransferDataItem, TransferDirection, TransferFormat, TransferKey, TransferProps, TransferPropsAlias } from "./transfer.js"; import { TransferPanelInstance } from "./transfer-panel.js"; import * as vue from "vue"; //#region ../../packages/components/transfer/src/transfer.vue.d.ts declare var __VLS_12: {}, __VLS_14: {}, __VLS_65: {}, __VLS_67: {}; type __VLS_Slots = {} & { 'left-empty'?: (props: typeof __VLS_12) => any; } & { 'left-footer'?: (props: typeof __VLS_14) => any; } & { 'right-empty'?: (props: typeof __VLS_65) => any; } & { 'right-footer'?: (props: typeof __VLS_67) => any; }; declare const __VLS_base: vue.DefineComponent void; /** @description left panel ref */ leftPanel: vue.Ref; /** @description right panel ref */ rightPanel: vue.Ref; }, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, { "update:modelValue": (value: TransferKey[]) => void; change: (value: TransferKey[], direction: TransferDirection, movedKeys: TransferKey[]) => void; "left-check-change": (value: TransferKey[], movedKeys?: TransferKey[] | undefined) => void; "right-check-change": (value: TransferKey[], movedKeys?: TransferKey[] | undefined) => void; }, string, vue.PublicProps, Readonly & Readonly<{ onChange?: ((value: TransferKey[], direction: 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; }>, { modelValue: TransferKey[]; validateEvent: boolean; props: TransferPropsAlias; titles: [string, string]; data: TransferDataItem[]; format: TransferFormat; buttonTexts: [string, string]; leftDefaultChecked: TransferKey[]; rightDefaultChecked: TransferKey[]; targetOrder: "original" | "push" | "unshift"; }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };