import { Editor } from '@tiptap/react'; export declare const useEditorStates: (editor: Editor | null) => { onSetFontSize: (size: string) => void; onSetLineHeight: (lineHeight: string) => void; currentSize: string | undefined; currentLineHeight: string | undefined; };