import { Video } from '../../BlockType'; export default function VideoBlock({ block }: { block: Video; }): import("react/jsx-runtime").JSX.Element;