import { AfterViewInit, ChangeDetectorRef, OnChanges, QueryList, SimpleChanges } from '@angular/core'; import { NuoruoColDirective } from './directive/nuoruo-col.directive'; import * as i0 from "@angular/core"; export declare class NuoruoRowComponent implements AfterViewInit, OnChanges { private cdr; colList: QueryList; gutter: any; margin: string; total: number; w: any; h: any; style: any; _style: {}; constructor(cdr: ChangeDetectorRef); ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; get height(): any; get width(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }