import { AfterContentInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GridListComponent implements AfterContentInit { private ele; cols: number; rowHeight: string; gutterSize: string; minColumnWidth: string | '256px' | '12.5em'; constructor(ele: ElementRef); ngAfterContentInit(): void; updateCustomProperty(): void; private _checkCols; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }