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