/// import './index.less'; declare type RuleParameter = { paramId: string; valueCode?: string; originValueCode?: string; }; interface DynamicDataEDprops { mockRule: Array>; className?: string; boxSpace?: string; $$componentItem?: Record; } declare const DynamicDataContainer: (props: DynamicDataEDprops) => JSX.Element | null; export default DynamicDataContainer;