import { PlayerProp } from '@vime/core'; export declare const Mixin: (props: PlayerProp[]) => { data(): { player: null; playerDispatch: () => void; unbindPlayerContext: undefined; }; watch: {}; mounted(this: any): Promise; beforeDestroy(this: any): void; };