import * as React from 'react'; declare const useDropArea: (el: React.ReactElement) => void; export default useDropArea;