interface Props { episodeId?: string; theme?: string; disable_observer?: boolean; } declare const SimpleCast: import("svelte").Component; type SimpleCast = ReturnType; export default SimpleCast;