import { IDataSourceInfo } from '../../../../core/utils/_fieldListProvider'; import { _DataSourceWizardOptions } from '../../dataSourceWizard'; import { FullscreenWizardPageFactory } from '../fullscreenWizardPageFactory'; import { FullscreenWizardPage } from './fullscreenWizardPage'; export declare class SelectDataSourcePage extends FullscreenWizardPage { private wizardOptions; private dataSources; constructor(wizardOptions: _DataSourceWizardOptions, dataSources: IDataSourceInfo[]); registerSections(): void; showPredefinedDataSourceSection(): boolean; showChooseDataSourceTypeSection(): boolean; getNextSectionId(sectionId: string): string; disabledSectionText: any; } export declare function _registerSelectDataSourcePage(factory: FullscreenWizardPageFactory, wizardOptions: _DataSourceWizardOptions): void;