export declare class Spinner { type: string; color: string; cssClass: string; ngOnChanges(changes: any): void; }