/// import { RenderElementProps } from 'slate-react'; import { Editor } from 'slate'; export declare const HeadingElement: ({ attributes, children, element, }: RenderElementProps & { element: { type: 'heading'; }; }) => JSX.Element; export declare function withHeading(editor: Editor): Editor;