import React from 'react'; declare const Video: (props: any) => React.JSX.Element; export default Video; export * from './deserializer'; export * from './withVideo';