import { ElementRef, AfterViewInit, AfterContentInit, DoCheck, EventEmitter, QueryList, TemplateRef, IterableDiffers } from '@angular/core'; import { BlockableUI } from '../common/blockableui'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "../common/shared"; import * as i3 from "../paginator/paginator"; export declare class DataGrid implements AfterViewInit, AfterContentInit, DoCheck, BlockableUI { el: ElementRef; differs: IterableDiffers; paginator: boolean; rows: number; totalRecords: number; pageLinks: number; rowsPerPageOptions: number[]; lazy: boolean; emptyMessage: string; onLazyLoad: EventEmitter; style: any; styleClass: string; paginatorPosition: string; alwaysShowPaginator: boolean; trackBy: Function; immutable: boolean; onPage: EventEmitter; header: any; footer: any; templates: QueryList; _value: any[]; itemTemplate: TemplateRef; dataToRender: any[]; first: number; page: number; differ: any; constructor(el: ElementRef, differs: IterableDiffers); ngAfterViewInit(): void; ngAfterContentInit(): void; get value(): any[]; set value(val: any[]); handleDataChange(): void; ngDoCheck(): void; updatePaginator(): void; paginate(event: any): void; updateDataToRender(datasource: any): void; isEmpty(): boolean; createLazyLoadMetadata(): any; getBlockableElement(): HTMLElement; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } export declare class DataGridModule { static ɵmod: i0.ɵɵNgModuleDefWithMeta; static ɵinj: i0.ɵɵInjectorDef; }