import { ISectionWizardViewProps } from './types'; declare const SectionWizardView: { ({ header, subsections, }: ISectionWizardViewProps): import("react/jsx-runtime").JSX.Element; defaultProps: { isFullScreen: boolean; }; }; export default SectionWizardView;