import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TableviewHeaderItemComponent implements OnInit { classes: string; padAll: boolean; padLeft: boolean; padRight: boolean; padBottom: boolean; padTop: boolean; private _width; get width(): number; set width(width: number); get widthStyle(): string; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }