import React from 'react'; import { PlateElementProps, Value } from '@udecode/plate-common'; import { TExcalidrawElement } from '@udecode/plate-excalidraw'; export declare function ExcalidrawElement({ nodeProps, ...props }: PlateElementProps): React.JSX.Element;