import { LingXiEdFC } from '@lingxiteam/types'; import React from 'react'; export interface MyVideoPlayerEDProps { style: React.CSSProperties; volume?: number; fileCode?: any; playing?: boolean; url: string; streamType?: string; videoCode?: string; playbackRate?: number; speed?: boolean; } declare const VideoPlayerED: LingXiEdFC; export default VideoPlayerED;