import { OnInit } from '@angular/core'; export declare class SpinnerComponent implements OnInit { color: string; constructor(); ngOnInit(): void; }