import * as React from 'react';
import { AlertDefinition } from '../../../AdaptableState/AlertState';
import { AlertType } from '../Utilities/getAlertType';
export declare const renderAlertMessageSummary: () => React.JSX.Element;
type AlertDisplayWizardSectionProps = {
    onChange: (data: AlertDefinition) => void;
    alertType: AlertType;
};
export declare const AlertMessageWizardSection: (props: AlertDisplayWizardSectionProps) => React.JSX.Element;
export {};
