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