/** * DevExpress Analytics (query-builder\wizard\fullscreen\pages\specifyMongoDBDataSourceSettingsPage.d.ts) * Version: 25.2.7 * Build date: May 5, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { RequestWrapper } from '../../../utils/requestwrapper'; import { _DataSourceWizardOptions } from '../../dataSourceWizard'; import { FullscreenWizardPageFactory } from '../fullscreenWizardPageFactory'; import { FullscreenWizardPage } from './fullscreenWizardPage'; export declare class SpecifyMongoDBDataSourceSettingsPage extends FullscreenWizardPage { private _dataSourceWizardOptions; protected _requestWrapper: RequestWrapper; constructor(_dataSourceWizardOptions: _DataSourceWizardOptions); registerSections(): void; getNextSectionId(sectionId: string): string; canNext(): boolean; } export declare function _registerSpecifyMongoDBDataSourceSettingsPage(factory: FullscreenWizardPageFactory, dataSourceWizardOptions: _DataSourceWizardOptions): void;