import { ElementRef, EventEmitter } from '@angular/core'; import { ISimpleDataGridColumn } from '../../interfaces/simple-datagrid-column.interface'; import { ISimpleDataGridColumnWidthChangeEvent } from '../../interfaces/simple-datagrid-column-width-change-event.interface'; import { SimpleBaseClass } from '../../../_base/simple-base-class'; import * as i0 from "@angular/core"; export declare class SimpleDatagridColumnHeadComponent extends SimpleBaseClass { th: ElementRef; listenForWidthChange: boolean; rowData: any; column: ISimpleDataGridColumn; onWidthChange: EventEmitter; get width(): number; commentElementTag: boolean; previousWidth: number; ngAfterViewInit(): void; checkWidthChanged(): void; getActualWidth(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }