import { QueryList } from '@angular/core'; import { GridHeaderRowComponent } from './grid-header-row.component'; import * as i0 from "@angular/core"; export declare class GridColumnGroupComponent { rows: QueryList; frozen: boolean; align: string; width: any; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }