import * as React from 'react';
import { AlertDefinition } from '../../../AdaptableState/AlertState';
export declare const isScheduledAlertTimeValid: (alert: AlertDefinition) => true | string;
export declare const renderAlertScheduledSummary: (data: AlertDefinition) => React.JSX.Element;
type AlertScheduledWizardSectionProps = {
    onChange: (alert: AlertDefinition) => void;
};
export declare const AlertScheduledWizardSection: React.FunctionComponent<AlertScheduledWizardSectionProps>;
export {};
