import { ElementRef } from '@angular/core'; import { TermElement as Element } from '../../angular-terminal/dom-terminal/sources/core/dom/Element'; import * as i0 from "@angular/core"; /** * Think of it as `div` for the terminal. The basic building block for templates. * It displays its children vertically. * @example * Some text */ export declare class V { elementRef: ElementRef; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }