/// <reference types="react" />
import type { VideoPlayerProps } from './types';
export declare const VideoPlayer: (props: Omit<VideoPlayerProps, 'animations'>) => JSX.Element;
