import { OnInit } from '@angular/core'; export declare class ErrNoDataComponent implements OnInit { subjectName: string; noDesc: boolean; fullText: boolean; constructor(); ngOnInit(): void; }