import * as React from 'react';
import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard';
import { Report } from '../../../AdaptableState/ExportState';
export interface NewReportWizardProps extends AdaptableOnePageWizardProps<Report> {
}
export declare const NewReportWizard: (props: NewReportWizardProps) => React.JSX.Element;
