import { type NodeViewProps } from "@tiptap/react"; import React from "react"; import type { DividerProps } from "./Divider.types"; export declare const DividerComponent: React.FC; export declare const DividerComponentNode: (props: NodeViewProps) => import("react/jsx-runtime").JSX.Element;