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