import React from 'react';
export declare const Dragger: ({ id }: {
    id: any;
}) => React.JSX.Element;
export default Dragger;
