import { VideoHTMLAttributes } from 'react'; declare const Video: React.ForwardRefExoticComponent & React.RefAttributes>; export default Video;