import type { VideoPlayerProps } from './VideoPlayer.type';
export declare const VideoPlayerComponent: (props: VideoPlayerProps) => import("react/jsx-runtime").JSX.Element;
