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 DxoDataSourceWizardComponent extends NestedOption implements OnDestroy, OnInit { get allowCreateNewJsonConnection(): boolean; set allowCreateNewJsonConnection(value: boolean); get enableCustomSql(): boolean; set enableCustomSql(value: boolean); get onCustomizeDataSourceWizard(): Function; set onCustomizeDataSourceWizard(value: Function); 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 DxoDataSourceWizardModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }