import React from 'react';
import { ReactVidPlayerProps } from './VideoPropsContext';
declare const GlobalContext: React.FC<ReactVidPlayerProps>;
export default GlobalContext;
