import React from 'react'; import './style.css'; 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;