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 DxoDashboardControlDashboardParameterDialogComponent extends NestedOption implements OnDestroy, OnInit { get onDynamicLookUpValuesLoaded(): ((args: { parameterName: string; }) => void); set onDynamicLookUpValuesLoaded(value: ((args: { parameterName: string; }) => void)); get onHidden(): ((args: { component: any; element: any; model: any; }) => any); set onHidden(value: ((args: { component: any; element: any; model: any; }) => any)); get onShowing(): ((args: { component: any; element: any; model: any; }) => any); set onShowing(value: ((args: { component: any; element: any; model: any; }) => any)); get onShown(): ((args: { component: any; element: any; model: any; }) => any); set onShown(value: ((args: { component: any; element: any; model: any; }) => any)); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxoDashboardControlDashboardParameterDialogModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }