type __VLS_Props = { vimeoId: string; title: string; autoplay?: boolean; muted?: boolean; controls?: boolean; darkPlaceholder?: string; lightPlaceholder?: string; placeholderAlt?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, { play: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { onPlay: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onOnPlay?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;