import * as React from 'react';
import { VideoHtmlRendererProps } from '../types/renderer';
declare const Display: React.FC<VideoHtmlRendererProps>;
export default Display;
