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