import { OnInit } from '@angular/core'; export declare class DonutChartComponent implements OnInit { hasSurvey: boolean; target_cnt: number; read_cnt: number; reply_cnt: number; constructor(); ngOnInit(): void; }