import { AfterViewInit, QueryList } from '@angular/core'; import { MywColDirective } from './directive/myw-col.directive'; import * as i0 from "@angular/core"; export declare class MywRowComponent implements AfterViewInit { colList: QueryList; gutter: any; total: number; w: any; h: any; constructor(); ngAfterViewInit(): void; get height(): any; get width(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }