import React from 'react'; import { VideoViewerProps } from './types'; export declare const VideoViewer: React.FC;