import { OnInit, TemplateRef } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class DashCardComponent implements OnInit { private readonly router; title: string; height: number; description: string; reportLink: string; content: TemplateRef; constructor(router: Router); ngOnInit(): void; goTo(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }