import type { WCLIConfig } from '../types'; import { Terminal } from '../core/Terminal'; type __VLS_Props = { /** * External terminal instance (optional) * If not provided, a new terminal will be created */ terminal?: Terminal; /** * Configuration for creating a new terminal * Only used if terminal prop is not provided */ config?: WCLIConfig; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, { terminal: Terminal; getTerminal: () => Terminal; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=TerminalComponent.vue.d.ts.map