import type { FC } from 'react';
import './index.less';
interface OutParamsProps {
    nodes: any;
    value: any;
    onValuesChange: any;
}
declare const OutParams: FC<OutParamsProps>;
export default OutParams;
