interface Props { spotifyLink?: string; width?: string; height?: string; disable_observer?: boolean; iframe_styles?: string; } declare const Spotify: import("svelte").Component; type Spotify = ReturnType; export default Spotify;