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