import React from 'react'; import type { VideoElementProps } from './types.js'; declare const HtmlPlayer: React.ForwardRefExoticComponent & React.RefAttributes>; export default HtmlPlayer;