import { PropType } from 'vue'; import { SetDataEvent } from '@vunk/core/shared'; export declare const props: { source: { type: PropType<(Omit>>, Record, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { [x: string]: any; [x: symbol]: any; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install(app: import("vue").App): void; }>, "onUpdate:modelValue">, "id"> & { id: string; })[]>; default: () => any[]; }; data: { type: PropType>; default: () => {}; }; }; export declare const emits: { setData: (e: SetDataEvent) => SetDataEvent; };