export default useDraggableInPortal; declare function useDraggableInPortal(): (render: any) => (provided: any, ...args: any[]) => any;