import * as React from 'react'; import { AdaptableBlotterObjectExpressionAdaptableWizardProps } from '../../Wizard/Interface/IAdaptableWizard'; export interface CellValidationWizardProps extends AdaptableBlotterObjectExpressionAdaptableWizardProps { } export declare class CellValidationWizard extends React.Component { render(): JSX.Element; }