import * as React from 'react';
import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard';
import { AlertDefinition } from '../../../types';
export interface AlertWizardProps extends AdaptableOnePageWizardProps<AlertDefinition> {
}
export declare const AlertWizard: (props: AlertWizardProps) => React.JSX.Element;
