import { YsVideo } from './type'; import { EZUIKitPlayerOptions } from './@type'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { ysVideo: YsVideo; autoPlay?: boolean; template?: EZUIKitPlayerOptions['template']; themeData?: EZUIKitPlayerOptions['themeData']; }; declare const __VLS_export: DefineComponent<__VLS_Props, { getPlayer: () => any; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { template: EZUIKitPlayerOptions["template"]; autoPlay: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;