import { Injector, OnInit } from '@angular/core'; import { StylableComponent, ImagePipe } from '@wm/components/base'; export declare class PictureDirective extends StylableComponent implements OnInit { private imagePipe; static initializeProps: void; encodeurl: any; picturesource: any; pictureplaceholder: any; imgSource: string; constructor(inj: Injector, imagePipe: ImagePipe); setImgSource(): void; onPropertyChange(key: string, nv: any, ov: any): void; onStyleChange(key: string, nv: any, ov?: any): void; ngOnInit(): void; }