import { CSSProperties, HTMLAttributes, ReactNode } from 'react';
export declare type DragSourceWrapperProps = HTMLAttributes & {
accept?: string;
children?: ReactNode;
data?: any;
style?: CSSProperties;
};
export declare type DragSourceWrapperRef = {};
declare const _default: import("react").ForwardRefExoticComponent & {
accept?: string;
children?: ReactNode;
data?: any;
style?: CSSProperties;
} & import("react").RefAttributes>;
export default _default;