import { OnInit } from '@angular/core'; export declare class ColumnComponent implements OnInit { width: number; constructor(); ngOnInit(): void; }