import type { EditorPlugin } from 'roosterjs-content-model-types'; import type { ListNumberMenuItemStringKey } from '../types/ContextMenuItemStringKeys'; import type { LocalizedStrings } from '../../common/type/LocalizedStrings'; /** * Create a new instance of ContextMenuProvider to support list number editing functionalities in context menu * @returns A new ContextMenuProvider */ export declare function createListEditMenuProvider(strings?: LocalizedStrings): EditorPlugin;