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