import { Editor } from 'slate'; import Options from '../options'; /** * Split a list item at the start of the current range. */ declare function splitListItem(opts: Options, editor: Editor): Editor; export default splitListItem; //# sourceMappingURL=splitListItem.d.ts.map