import React, { FC } from 'react';
interface IProps {
    bodyStyle: React.CSSProperties;
}
export declare const Draggable: FC<IProps>;
export {};
