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