import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Wrench: import("svelte").Component; type Wrench = ReturnType; export default Wrench; //# sourceMappingURL=wrench.svelte.d.ts.map