import { OnInit } from '@angular/core'; export declare class EmptyDataComponent implements OnInit { constructor(); text?: string; ngOnInit(): void; }