import React from 'react';
import './index.less';
interface ParamsSettingProps {
    apiObject?: any;
    fields?: any;
    onValuesChange?: any;
    requestConfig?: any;
    responseConfig?: any;
}
declare const ParamsSetting: React.ForwardRefExoticComponent<ParamsSettingProps & React.RefAttributes<HTMLElement>>;
export default ParamsSetting;
