import { Injector, OnInit } from '@angular/core'; import { StylableComponent, ImagePipe } from '@wm/components/base'; export declare class SpinnerComponent extends StylableComponent implements OnInit { private imagePipe; static initializeProps: void; iconclass: string; animation: string; imagewidth: any; imageheight: any; servicevariabletotrack: string; show: boolean; private picture; private _spinnerMessages; showCaption: boolean; type: any; get spinnerMessages(): any; set spinnerMessages(newVal: any); private listenOnDataSource; constructor(inj: Injector, imagePipe: ImagePipe); onPropertyChange(key: string, nv: any, ov?: any): void; ngOnInit(): void; }