import { LexicalEditor } from 'lexical'; export declare function registerTabIndentation(editor: LexicalEditor): () => void; export declare function TabIndentationPlugin(): null;