import { Injector } from '@angular/core'; import { StylableComponent, TrustAsPipe } from '@wm/components/base'; export declare class VideoComponent extends StylableComponent { private trustAsPipe; static initializeProps: void; /** * subtitle language property eg: en */ subtitlelang: string; videopreload: any; mp4format: string; muted: boolean; videoposter: any; controls: boolean; loop: boolean; autoplay: boolean; webmformat: string; oggformat: string; videosupportmessage: any; constructor(inj: Injector, trustAsPipe: TrustAsPipe); onPropertyChange(key: string, nv: any, ov?: any): void; }