import { type NodeViewProps } from "@tiptap/react"; import React from "react"; import type { ButtonProps } from "./Button.types"; export declare const ButtonComponent: React.FC; export declare const ButtonComponentNode: (props: NodeViewProps) => import("react/jsx-runtime").JSX.Element;