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 horizontally.
*
* @example
* Same thing
*/
export declare class H {
elementRef: ElementRef;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaration;
}