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