declare const _sfc_main: import("vue").DefineComponent, { props: any; open: import("vue").Ref; submitLoading: import("vue").Ref; videoLoading: import("vue").Ref; modal: import("vue").Ref<{ fullscreen: boolean; switchFullscreen: boolean; }, { fullscreen: boolean; switchFullscreen: boolean; } | { fullscreen: boolean; switchFullscreen: boolean; }>; formTitle: import("vue").Ref; noData: import("vue").Ref; player: import("vue").Ref; playingVideo: import("vue").Ref, Record>; playerTemp: import("vue").Ref; fullScreen: import("vue").Ref; localIsLive: import("vue").ComputedRef; checkHEVCSupport: () => boolean; initTCPlayer: () => void; sourceList: import("vue").Ref<(string | Record)[], (string | Record)[]>; currentVideoIndex: import("vue").Ref; getVideoTitle: (item: string | Record, index: number) => any; initPlayer: (url: string) => void; playVideoByIndex: (index: number) => void; showDetail: (data: any) => void; cancel: () => void; handleSnapshot: (data: any) => void; createDemoPlayer: (source: string, cover?: string) => void; playNext: () => void; playPrevious: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { isLive: boolean; autoplay: boolean; sourceList: string | Record | unknown[] | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _sfc_main;