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