import * as React from 'react';
import { AdaptableOnePageWizardProps } from '../../../View/Wizard/Interface/IAdaptableWizard';
import { BaseSchedule } from '../../../AdaptableState/Common/Schedule';
export interface ScheduleWizardProps extends AdaptableOnePageWizardProps<BaseSchedule> {
}
export declare const ScheduleWizard: React.FunctionComponent<ScheduleWizardProps>;
