import { SVGProps } from "react"; declare const WrenchIcon: (props: SVGProps) => JSX.Element; export default WrenchIcon;