import { OnInit } from '@angular/core'; export declare class GeneralTableComponent implements OnInit { encabezado: any; contenido: any; dataTable: any; constructor(); ngOnInit(): void; }