/// export declare const DragBlockItemSelf: (props: any) => JSX.Element; export declare const CommonItemContent: ({ data }: any) => JSX.Element; export declare const DragBlockItemCommon: (props: any) => JSX.Element; declare const _default: { DragBlockItemSelf: (props: any) => JSX.Element; DragBlockItemCommon: (props: any) => JSX.Element; }; export default _default;