interface Props { vimeoId?: string; autoPlay?: boolean; aspectRatio?: string; skipTo?: any; disable_observer?: boolean; } declare const Vimeo: import("svelte").Component; type Vimeo = ReturnType; export default Vimeo;