import { IconProps } from '../lib';
declare function Drop(props: IconProps): JSX.Element;
export default Drop;
