import { AfterViewInit, ChangeDetectorRef, ElementRef, OnInit } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class NuoruoGridComponent implements OnInit, AfterViewInit, ControlValueAccessor { private cdr; indexId: string; gridBox: ElementRef; arrHeight: any; arrWidth: any; _fatherNgModel: any; arr: number[]; constructor(cdr: ChangeDetectorRef); get fatherNgModel(): any; set fatherNgModel(data: any); change: (value: any) => void; writeValue(val: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState?(isDisabled: boolean): void; onResize(): void; ngAfterViewInit(): void; getresize(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }