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