import type { EditorKit } from "doc-editor-core"; import type { TextElement } from "doc-editor-delta"; import React from "react"; import type { HyperLinkConfig } from "../types"; export declare const HyperLinkEditor: React.FC<{ config: HyperLinkConfig; element: TextElement; editor: EditorKit; }>;