import * as React from 'react'; import { NamedQuery } from '../../../types'; import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard'; export interface NamedQueryWizardProps extends AdaptableOnePageWizardProps { } export declare function NamedQueryWizard(props: NamedQueryWizardProps): React.JSX.Element;