import type { VimeoApiResponse } from './utils/loader.js'; declare var __VLS_1: { playing: boolean; videoData: VimeoApiResponse | undefined; }, __VLS_3: {}, __VLS_16: {}, __VLS_18: {}, __VLS_20: {}, __VLS_22: { playing: boolean; videoData: VimeoApiResponse | undefined; }; type __VLS_Slots = {} & { background?: (props: typeof __VLS_1) => any; } & { beforePlayer?: (props: typeof __VLS_3) => any; } & { 'loading-spinner'?: (props: typeof __VLS_16) => any; } & { play?: (props: typeof __VLS_18) => any; } & { afterPlayer?: (props: typeof __VLS_20) => any; } & { default?: (props: typeof __VLS_22) => any; }; declare const __VLS_base: import("vue").DefineComponent(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of(...items: T[]): T[]; fromAsync(iterableOrArrayLike: AsyncIterable | Iterable> | ArrayLike>): Promise; fromAsync(iterableOrArrayLike: AsyncIterable | Iterable | ArrayLike, mapFn: (value: Awaited, index: number) => U, thisArg?: any): Promise[]>; readonly [Symbol.species]: ArrayConstructor; }; default(): { src: undefined; media: string; sizes: { default: string; }; }[]; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { ready: (...args: any[]) => void; playing: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of(...items: T[]): T[]; fromAsync(iterableOrArrayLike: AsyncIterable | Iterable> | ArrayLike>): Promise; fromAsync(iterableOrArrayLike: AsyncIterable | Iterable | ArrayLike, mapFn: (value: Awaited, index: number) => U, thisArg?: any): Promise[]>; readonly [Symbol.species]: ArrayConstructor; }; default(): { src: undefined; media: string; sizes: { default: string; }; }[]; }; }>> & Readonly<{ onReady?: ((...args: any[]) => any) | undefined; onPlaying?: ((...args: any[]) => any) | undefined; }>, { title: string; options: Record; autoplay: boolean; mute: boolean; posterSources: import("../../../types/index.js").ISource[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };