/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** * @module list/documentlist/converters */ import { type DowncastAttributeEvent, type EditingController, type Element, type ElementCreatorFunction, type Mapper, type Model, type UpcastElementEvent, type ViewElement } from 'ckeditor5/src/engine'; import type { GetCallback } from 'ckeditor5/src/utils'; import { type ListElement } from './utils/model'; import type { default as DocumentListEditing, DowncastStrategy } from './documentlistediting'; /** * Returns the upcast converter for list items. It's supposed to work after the block converters (content inside list items) are converted. * * @internal */ export declare function listItemUpcastConverter(): GetCallback; /** * Returns the upcast converter for the `