import { IconProps } from '../lib';
declare function Drop({ weight, color, size, style }: IconProps): JSX.Element;
export default Drop;
