import { type NodeViewProps } from "@tiptap/react"; /** * Simple ListItem NodeView that renders as a standard
  • element. * Uses NodeViewContent to allow prosemirror to manage the content. */ export declare const ListItemComponentNode: (props: NodeViewProps) => import("react/jsx-runtime").JSX.Element; export default ListItemComponentNode;