import { default as React } from 'react'; export declare function Stage({ configure, initialValues, onValuesChange, }: { configure: any; initialValues: any; onValuesChange: any; }): React.JSX.Element;