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