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