import * as React from 'react'; import { PanelProps } from '../Panel'; declare const WizardPanel: (props: { bodyProps?: PanelProps["bodyProps"]; className?: string; "data-name"?: string; children?: React.ReactNode; }) => React.JSX.Element; export default WizardPanel;