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 DxoDashboardControlDashboardExportComponent extends NestedOption implements OnDestroy, OnInit { get allowExportDashboard(): boolean; set allowExportDashboard(value: boolean); get allowExportDashboardItems(): boolean; set allowExportDashboardItems(value: boolean); get onExportDialogHidden(): ((args: { component: any; element: any; }) => void); set onExportDialogHidden(value: ((args: { component: any; element: any; }) => void)); get onExportDialogShowing(): ((args: { component: any; element: any; }) => void); set onExportDialogShowing(value: ((args: { component: any; element: any; }) => void)); get onExportDialogShown(): ((args: { component: any; element: any; }) => void); set onExportDialogShown(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 DxoDashboardControlDashboardExportModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }