/// import type { Editor } from "@tiptap/core"; interface LabelPopoverProps { editor: Editor; } export declare function LabelPopover(props: LabelPopoverProps): JSX.Element | null; export {};