import { OnInit, OnDestroy } from '@angular/core'; import { IDashboardDataSourceWizardSettings } from 'devexpress-dashboard/designer/data-source-wizard/data-source-wizard-extension'; import { NestedOptionHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoDashboardControlDataSourceWizardComponent extends NestedOption implements OnDestroy, OnInit { get allowCreateNewJsonConnection(): boolean; set allowCreateNewJsonConnection(value: boolean); get enableCustomSql(): boolean; set enableCustomSql(value: boolean); get onCustomizeDataSourceWizard(): ((args: { type: any; wizard: any; }) => void); set onCustomizeDataSourceWizard(value: ((args: { type: any; wizard: any; }) => void)); get wizardSettings(): IDashboardDataSourceWizardSettings; set wizardSettings(value: IDashboardDataSourceWizardSettings); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxoDashboardControlDataSourceWizardModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }