import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const WindIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link WindIcon} instead.
 */
export declare const Wind: typeof WindIcon;
export default WindIcon;
