import { type IconProps } from "../../../base/index.ts";
declare const Wrench: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type Wrench = ReturnType<typeof Wrench>;
export default Wrench;
