import { OnInit } from '@angular/core'; export declare class DashcardComponent implements OnInit { dashData: any; constructor(); ngOnInit(): void; }