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