import React from 'react'; import { LingXiEdFC } from '@lingxiteam/types'; interface ContainerDropBoxProps extends React.HTMLProps { _component: any; } export interface MyConditionEDProps { ContainerDropBox: React.FC; _component: any; style?: React.CSSProperties; backgroundType?: any; } declare const MyConditionED: LingXiEdFC; export default MyConditionED;