import { VideoPlayerProps } from './interfaces.js';
export declare function VideoPlayer({ type, configurations }: VideoPlayerProps): import("react/jsx-runtime").JSX.Element;
