import React from 'react'; export declare const ImageElement: ({ attributes, children, element, attrs, type, entry, ...props }: { [x: string]: any; attributes: any; children: any; element: any; attrs: any; type: any; entry: any; }) => React.JSX.Element; export declare const ImageReadOnly: ({ attributes, children, element, attrs }: { attributes: any; children: any; element: any; attrs: any; }) => React.JSX.Element;