import React from 'react'; interface VideoFileProps extends React.SourceHTMLAttributes {} export const VideoFile: React.FC = (props) => { // This component renders a tag and is intended to be used // as a child of the component. return ; };