import { Node } from 'slate'; export declare const outdentListItem: (editor: any, li: any) => void; export declare const outdentListItemForUpdatedListStructure: (editor: any, liEntry: any) => void; export declare const indentListItem: (editor: any, li: any) => any; export declare const indentMultipleListItems: (editor: any) => void; export declare const outdentMultipleListItems: (editor: any) => void; export declare const indentListItemForUpdatedListStructure: (editor: any, li: any) => any; export declare const indentMultipleListItemsForUpdatedListStructure: (editor: any) => void; export declare const outdentMultipleListItemsForUpdatedListStructure: (editor: any) => void; export declare const exitList: (editor: any) => boolean; export declare function getParentLi(editor: any, liPath: any): import("slate").NodeEntry; export declare function getPreviousList(editor: any, liPath: any): import("slate").NodeEntry; export declare function getNextList(editor: any, liPath: any): import("slate").NodeEntry; export declare const checkIfListItemHasContent: (editor: any, listItemPath: any) => import("slate").NodeEntry;