import { OnInit } from '@angular/core'; import { IndexService, CardSize } from '../index.service'; export declare class ChartComponent implements OnInit { svr: IndexService; navSize: CardSize; navName: string; constructor(svr: IndexService); ngOnInit(): void; }