import type { MdParagraphElement, MdValue } from '@staticcms/markdown'; import type { PlateRenderElementProps } from '@udecode/plate'; import type { FC } from 'react'; import './ParagraphElement.css'; declare const ParagraphElement: FC>; export default ParagraphElement;