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