import { OnInit, OnDestroy } from '@angular/core'; import { NestedOptionHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoDashboardControlDataInspectorComponent extends NestedOption implements OnDestroy, OnInit { get allowInspectAggregatedData(): boolean; set allowInspectAggregatedData(value: boolean); get allowInspectRawData(): boolean; set allowInspectRawData(value: boolean); get onDialogHidden(): ((args: { component: any; element: any; }) => void); set onDialogHidden(value: ((args: { component: any; element: any; }) => void)); get onDialogShowing(): ((args: { component: any; element: any; }) => void); set onDialogShowing(value: ((args: { component: any; element: any; }) => void)); get onDialogShown(): ((args: { component: any; element: any; }) => void); set onDialogShown(value: ((args: { component: any; element: any; }) => void)); get onGridContentReady(): ((args: { component: any; element: any; }) => void); set onGridContentReady(value: ((args: { component: any; element: any; }) => void)); get onGridInitialized(): ((args: { component: any; element: any; }) => void); set onGridInitialized(value: ((args: { component: any; element: any; }) => void)); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxoDashboardControlDataInspectorModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }