import React from 'react'; declare const Dropper: ({ onSelect }: { onSelect: (arg0: string) => void; }) => React.JSX.Element; export default Dropper;