import { OnInit } from '@angular/core'; export declare class StaticTableComponent implements OnInit { constructor(); columns: any; data: any; fixedHeader: boolean; tableId: any; contentAlign: any; headerAlign: any; ngOnInit(): void; }