import { FC } from 'react';
import { BlockRenderProps } from '../../types';
declare const Video: FC<BlockRenderProps>;
export default Video;
