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