interface Props { size?: number; [key: string]: any; } declare const IconWrenchAdjustable: import("svelte").Component; type IconWrenchAdjustable = ReturnType; export default IconWrenchAdjustable;