import type { RichTextEditor } from '../types'; export declare const handleFontStyleShortcuts: (event: React.KeyboardEvent, charCode: string, editor: RichTextEditor) => void;