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