export type VideoPlayerProps = {
    isPlaying?: boolean;
    videoUrl?: string;
    thumbnailUrl?: string;
};
export declare const VideoPlayer: ({ isPlaying, thumbnailUrl, videoUrl }: VideoPlayerProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=VideoPlayer.d.ts.map