import { ColumnScope } from '../../../AdaptableState/Common/ColumnScope';
export interface WizardScopeState {
    scope: ColumnScope;
}
