import { InstructionContent } from '../utils/eventBus'; declare const _default: import('vue').DefineComponent<{ instruction?: InstructionContent | undefined; fileId?: string; fileName?: string; filePath?: string; modelType?: string; modelBuffer?: ArrayBuffer; metaBuffer?: ArrayBuffer; multiModel?: boolean; filePaths?: string[]; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { emitHandler: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<{ instruction?: InstructionContent | undefined; fileId?: string; fileName?: string; filePath?: string; modelType?: string; modelBuffer?: ArrayBuffer; metaBuffer?: ArrayBuffer; multiModel?: boolean; filePaths?: string[]; }> & Readonly<{ onEmitHandler?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;