import * as React from 'react';
import { PanelProps } from '../Panel';
declare const WizardPanel: (props: PanelProps) => React.JSX.Element;
export default WizardPanel;
