import type { ImageBlockProps } from '../types.js';
export declare function ImageBlock({ props }: {
    props: ImageBlockProps;
}): import("react/jsx-runtime").JSX.Element;
