import { type NodeViewProps } from "@tiptap/react"; import React from "react"; import type { BlockquoteProps } from "./Blockquote.types"; export declare const BlockquoteComponent: React.FC; export declare const BlockquoteComponentNode: (props: NodeViewProps) => import("react/jsx-runtime").JSX.Element;