/// <reference types="react" />
declare const DraftImageBlock: (props: any) => JSX.Element;
export default DraftImageBlock;
