/// export declare const ScrollDrag: ({ ref, rootClass, children }: { ref: any; rootClass: any; children: any; }) => JSX.Element; export default ScrollDrag;