import { type NodeViewProps } from "@tiptap/react"; import React from "react"; import type { ButtonRowProps } from "./ButtonRow.types"; export declare const ButtonRowComponent: React.FC void; onButton2LabelChange?: (label: string) => void; editable?: boolean; }>; export declare const ButtonRowComponentNode: (props: NodeViewProps) => import("react/jsx-runtime").JSX.Element;