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