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