import React from "react"; export declare function Stage({ configure, initialValues, onValuesChange, }: { configure: any; initialValues: any; onValuesChange: any; }): React.JSX.Element; //# sourceMappingURL=stage.d.ts.map