import React from 'react'; import { ConfigurationUIProps } from '../types'; export declare class ConfigWizard extends React.Component { bindValue: (file: Object, property: string) => { value: any; setValue: (value: any) => void; }; render(): JSX.Element; } declare const _default: { ConfigWizard: typeof ConfigWizard; }; export default _default;