import { ElementWithType } from '../../../../../../utils/types'; export declare const indentNode: (editor: any) => void; export declare const outdentNode: (editor: any) => void; export declare const getCurrentIndentLevel: (node: ElementWithType) => any; export declare const isNodeIndented: (editor: any) => boolean; export declare const isNodeOutdented: (editor: any) => boolean; export declare const isNodeAtMaxIndent: (editor: any) => boolean; export declare const isNodeNotIndented: (editor: any) => boolean; export declare const isNodeAligned: (editor: any) => boolean; export declare const isInTable: (editor: any) => boolean;