import React from 'react'; import { LingXiEdFC } from '@lingxiteam/types'; interface ContainerDropBoxProps extends React.HTMLProps { _component: any; realCompType?: string; canDrag?: boolean; } export interface MyPanelHeaderEDProps { ContainerDropBox: React.FC; _component: any; name?: string; backgroundType?: any; style?: React.CSSProperties; className?: string; } declare const MyPanelHeaderED: LingXiEdFC; export default MyPanelHeaderED;