import { type NodeViewProps } from "@tiptap/react"; import React from "react"; import type { TextBlockProps } from "./TextBlock.types"; export declare const TextBlockComponent: React.FC; export declare const TextBlockComponentNode: (props: NodeViewProps) => import("react/jsx-runtime").JSX.Element;