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