import m from 'mithril';
import { SVGAttributes } from '../svg';
declare const WrenchLine: m.Component<SVGAttributes>;
export default WrenchLine;
