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