import { EditorState } from '../richTextTypes'; export declare function formatting(state: EditorState): { text: (command: string) => void; block: (command: string, tag: string) => void; list: (command: string) => void; clear: () => void; }; export declare function getBlockElement(node: Node): HTMLElement | null; export declare function adjustIndentation(state: EditorState, increase: boolean): void; //# sourceMappingURL=formatting.d.ts.map