/// import { Editor } from 'slate'; import { RenderElementProps } from 'slate-react'; export declare const insertBlockquote: (editor: Editor) => void; export declare function withBlockquote(editor: Editor): Editor; export declare const BlockquoteElement: ({ attributes, children, }: RenderElementProps) => JSX.Element; export declare const blockquoteButton: JSX.Element;