import { BlockComponent } from '../../types/block-registry.js'; import 'react'; declare const ImageBlock: BlockComponent; export { ImageBlock };