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