interface Props { size?: number; [key: string]: any; } declare const IconYoutube: import("svelte").Component; type IconYoutube = ReturnType; export default IconYoutube;