import React from 'react'; import { PlateElementProps, Value } from '@udecode/plate-common'; import { TImageElement } from '@udecode/plate-media'; export declare function ImageElement({ className, ...props }: PlateElementProps): React.JSX.Element;