/// <reference types="react" />
declare const Drop: (props: any, ref: any) => JSX.Element;
export default Drop;
