import { ElementRef } from '@angular/core'; import { TermElement as Element } from '../../angular-terminal/dom-terminal/sources/core/dom/Element'; import * as i0 from "@angular/core"; /** * Grow horizontally * @example */ export declare class HGrow { elementRef: ElementRef; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }