import { VideoElement } from '@signage-editor/core'; type __VLS_Props = { element: VideoElement; nextElement?: VideoElement | null; muted?: boolean | null; playbackOffsetMs?: number; syncKey?: number; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { unavailable: (reason: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onUnavailable?: ((reason: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;