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