﻿/**
* DevExpress HTML/JS Reporting (designer\wizard\pages\fullscreen\specifyMongoDBDataSourceSettingsPage.d.ts)
* Version:  26.1.3
* Build date: Jun 16, 2026
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
/// <reference types="jquery" />
import { FullscreenWizardPageFactory, IDataSourceWizardState, SpecifyMongoDBDataSourceSettingsPage as AnalyticSpecifyMongoDBDataSourceSettingsPage } from '@devexpress/analytics-core/analytics-wizard';
import { _ReportWizardOptions } from '../../internal/utils';
export declare class SpecifyMongoDBDataSourceSettingsPage extends AnalyticSpecifyMongoDBDataSourceSettingsPage {
    private _dataSourceId;
    private _createMongoDBDataSourceInfo;
    constructor(dataSourceWizardOptions: _ReportWizardOptions);
    initialize(state: IDataSourceWizardState): JQuery.Promise<void, any, any>;
    commit(): JQuery.Promise<any, any, any>;
}
export declare function _registerSpecifyMongoDBDataSourceSettingsPage(factory: FullscreenWizardPageFactory, wizardOptions: _ReportWizardOptions): void;
