import { Injector, OnInit } from '@angular/core'; import { StylableComponent, TrustAsPipe } from '@wm/components/base'; export declare class HtmlDirective extends StylableComponent implements OnInit { private boundContent; private trustAsPipe; static initializeProps: void; content: string; constructor(inj: Injector, height: string, boundContent: string, trustAsPipe: TrustAsPipe); ngOnInit(): void; onPropertyChange(key: string, nv: any, ov?: any): void; }