import { IllustrationAsset, BaseSvgAsset } from './types.js'; export type WrenchAsset = IllustrationAsset; /** * Wrench illustration asset * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import Wrench from '@payfit/unity-illustrations/assets/Wrench' * * * ``` */ declare const Wrench: WrenchAsset; export default Wrench;