import * as React from 'react';
import { BaseSchedule } from '../../../../AdaptableState/Common/Schedule';
interface ScheduleSettingsWizardProps {
    onChange: (schedule: BaseSchedule) => void;
}
export declare const ScheduleSettingsWizard: React.FunctionComponent<ScheduleSettingsWizardProps>;
export {};
