import * as React from 'react'; import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard'; import { CustomSort } from '../../../AdaptableState/CustomSortState'; export interface CustomSortWizardProps extends AdaptableOnePageWizardProps { isNew: boolean; } export declare const CustomSortWizard: (props: CustomSortWizardProps) => React.JSX.Element;