import type { Editor } from '@tiptap/core'; export declare function DocumentUnderlineRibbon({ editor, label, menuLabel, colorLabel, showColor, className, }: { editor: Editor; label?: string; menuLabel?: string; colorLabel?: string; showColor?: boolean; className?: string; }): import("react").JSX.Element | null;