import * as React from 'react';
import { AdaptableWizardViewProps } from './Wizard';
declare const AdaptableWizardView: React.FunctionComponent<React.PropsWithChildren<AdaptableWizardViewProps>>;
export default AdaptableWizardView;
