import { Editor, Path } from 'slate'; export declare function indentPath(editor: Editor, path: Path): void; export declare function indent(editor: Editor): void; //# sourceMappingURL=indent.d.ts.map