import '@arclux/arc-ui/terminal'; import type { ArcTerminal } from '@arclux/arc-ui/terminal'; import * as i0 from "@angular/core"; export declare class Terminal { private readonly _el; /** The element, for the methods it is driven by: play() and reset(). */ get element(): ArcTerminal; set lines(value: unknown[]); get lines(): unknown[]; set prompt(value: string); get prompt(): string; set title(value: string); get title(): string; set speed(value: number); get speed(): number; set autoplay(value: boolean); get autoplay(): boolean; set loop(value: boolean); get loop(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }