import React from 'react'; interface DefaultBlockImageProps { id?: string; } export declare const DefaultBlockImage: React.FC; export {};