import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Wrench: React.MemoExoticComponent>; declare type WrenchRef = PathIconRef; declare type WrenchProps = PathIconProps; export { Wrench }; export type { WrenchRef, WrenchProps }; export default Wrench;