export declare type VueVideoPlayerVideoStatus = 'stop' | 'play' | 'pause'; export declare type VueVideoPlayerVideo = Pick & { label: string; quality?: string; default?: boolean; }; export declare type VueVideoPlayerSubtitle = Pick; export interface VueVideoPlayerLabels { noVideo: string; errorPlaying: string; speed: string; subtitle: string; noSubtitle: string; pictureInPicture: string; quality: string; } export declare const VueVideoPlayerDefaultLabels: VueVideoPlayerLabels; export declare const VueVideoPlayerDefaultPlaybackRateList: number[]; //# sourceMappingURL=types.d.ts.map