import { OnChanges, SimpleChanges } from '@angular/core'; import * as GC from '@grapecity-software/spread-sheets'; import * as i0 from "@angular/core"; export declare class ColumnComponent implements OnChanges { private changes; private sheet?; private index?; width?: number | string; dataField?: string; headerText?: string; visible?: boolean; resizable?: boolean; autoFit?: boolean; style?: GC.Spread.Sheets.Style; cellType?: GC.Spread.Sheets.CellTypes.Base; headerStyle?: GC.Spread.Sheets.Style; formatter: any; onAttached(sheet: GC.Spread.Sheets.Worksheet, index: number): void; private onColumnChanged; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }