import type { ComponentInternalInstance, PropType } from 'vue'; import type { SourceItem } from './types'; export declare const props: { source: { type: PropType; default: () => any[]; }; templateInstances: { type: PropType>; default: any; }; k: { type: PropType<(string | number)[]>; default: () => any[]; }; };