import './global.css';
import './reset.css';
import * as React from 'react';
import { ReactVidPlayerProps } from './contexts/VideoPropsContext';
declare const ReactVidPlayer: React.ForwardRefExoticComponent<ReactVidPlayerProps & React.RefAttributes<HTMLVideoElement>>;
export * from './components';
export * from './hooks';
export * from './hotkeys';
export * from './contexts';
export default ReactVidPlayer;
