import type { TerminalLine } from '../types'; interface Props { lines: TerminalLine[]; } declare function getContainer(): HTMLElement | null; declare function getIntroSlot(): HTMLElement | null; declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=TerminalOutput.vue.d.ts.map