/// import { SetCustomParamProps } from './type'; import './index.less'; declare const SetCustomParam: (props: SetCustomParamProps) => JSX.Element; export default SetCustomParam;