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