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