import * as React from "react"; import { IconProps } from '../lib'; declare const Wind: (props: IconProps) => React.JSX.Element; export default Wind; //# sourceMappingURL=Wind.d.ts.map