interface Props { youTubeId?: string; listId?: string; index?: number; autoPlay?: boolean; aspectRatio?: string; skipTo?: any; disable_observer?: boolean; iframe_styles?: string; mute?: boolean; controls?: boolean; loop?: boolean; modestBranding?: boolean; rel?: boolean; } declare const YouTube: import("svelte").Component; type YouTube = ReturnType; export default YouTube;