import { DataChangeType } from 'devextreme/common/grids'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiDataGridChangeComponent extends CollectionNestedOption { get data(): any; set data(value: any); get insertAfterKey(): any; set insertAfterKey(value: any); get insertBeforeKey(): any; set insertBeforeKey(value: any); get key(): any; set key(value: any); get type(): DataChangeType; set type(value: DataChangeType); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxiDataGridChangeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }