import { ExpressionBuilderPage } from '../../../ExpressionBuilder/ExpressionBuilderPage'; import { AdaptableWizardStep, ExpressionWizardProps } from '../../../Wizard/Interface/IAdaptableWizard'; import { CategoryChartDefinition } from '../../../../PredefinedConfig/RunTimeState/ChartState'; export declare class CategoryChartXAxisExpressionWizard extends ExpressionBuilderPage implements AdaptableWizardStep { private props2; constructor(props2: ExpressionWizardProps); Data: any; Next(): void; canBack(): boolean; }