import { Editor } from '@tiptap/core'; export declare const FontSizeDropdown: ({ editor, currentSize, onSetFontSize, }: { editor: Editor; currentSize?: string; onSetFontSize: (fontSize: string) => void; }) => import("react/jsx-runtime").JSX.Element;