import * as React from 'react';
import { AlertType } from '../Utilities/getAlertType';
export declare const renderAlertTypeSummary: (alertType: AlertType) => React.JSX.Element;
type AlertBehaviourWizardSectionProps = {
    onAlertTypeChange: (alertType: AlertType) => void;
    alertType: AlertType | null;
};
export declare const AlertTypeWizardSection: (props: AlertBehaviourWizardSectionProps) => React.JSX.Element;
export {};
