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