/// <reference types="react" />
import type { Editor } from "@tiptap/react";
export declare const RichTextEditorContext: import("react").Context<Editor | null | undefined>;
export declare function useRichTextEditorContext(): Editor | null;
