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