import { FC, VideoHTMLAttributes } from '../../../node_modules/react';
export declare const Video: FC<VideoHTMLAttributes<HTMLVideoElement>>;
