import React from 'react'; import { RenderElementProps } from 'slate-react'; export declare const Code: ({ attributes, children, element }: RenderElementProps) => React.JSX.Element;