interface Props { width?: number; } declare const YouTube: import("svelte").Component; type YouTube = ReturnType; export default YouTube;