/// import type { Editor } from "@tiptap/core"; interface NodeItemsProps { labels: string[]; editor: Editor; } export declare function LabelItems(props: NodeItemsProps): JSX.Element; export {};