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