import type { ListType, RichTextEditor } from '../types'; export declare const isListActive: (editor: RichTextEditor, format: ListType) => boolean; export declare const toggleList: (editor: RichTextEditor, format: ListType) => void;