import { OnInit } from '@angular/core'; export declare class ColumnNewComponent implements OnInit { header: any; data: any; width: any; field: string; rows: number; show: boolean; maxHeight: string; constructor(); ngOnInit(): void; }