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