import { TransferDataItem, TransferKey } from "./transfer.js"; import { TransferPanelProps } from "./transfer-panel.js"; import "../../../index.js"; import * as vue from "vue"; //#region ../../packages/components/transfer/src/transfer-panel.vue.d.ts declare const __VLS_export: (__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: vue.PublicProps & __VLS_PrettifyLocal & { "onChecked-change"?: ((value: TransferKey[], movedKeys?: TransferKey[] | undefined) => any) | undefined; }> & (typeof globalThis extends { __VLS_PROPS_FALLBACK: infer P; } ? P : {}); expose: (exposed: vue.ShallowUnwrapRef<{ /** @description filter keyword */query: vue.Ref; }>) => void; attrs: any; slots: { empty?: (props: {}) => any; } & { default?: (props: {}) => any; }; emit: (event: "checked-change", value: TransferKey[], movedKeys?: TransferKey[] | undefined) => void; }>) => vue.VNode & { __ctx?: Awaited; }; declare const _default: typeof __VLS_export; type __VLS_PrettifyLocal = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {}; //#endregion export { _default };