import * as React from 'react';
import { BlockProps } from './BlockProps';
export declare const ImageBlock: React.FC<BlockProps>;
