import { default as Video } from './video';
import { ComponentPublicInstance } from 'vue';
export { Video };
export { videoProps } from './props';
export { videoDefaultShortcuts, videoDefaultControlLayout } from './symbol';
export type VideoExposed = ComponentPublicInstance & InstanceType<typeof Video>;
export type { VideoProps, VideoCProps } from './props';
export type { VideoPresetControl, VideoControlName, VideoControlConfig, VideoControlLayout, VideoPlaybackRate, VideoControlType, VideoControlOption, VideoSegment, VideoSlots, } from './symbol';
