/*!
 * Jodit Editor PRO (https://xdsoft.net/jodit/)
 * See LICENSE.md in the project root for license information.
 * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
 */
export declare const LEVEL_KEY = "jd-list-level";
export declare const TYPE_KEY = "jd-list-type";
export declare const STYLE_KEY = "jd-list-style-type";
export declare const STYLE_VALID_KEY = "data-list-style-type";
export declare const STYLE_CSS_KEY = "list-style-type";
export declare const listStyleMap: {
    readonly '\u00B7': "disc";
    readonly o: "circle";
    readonly '\u00A7': "square";
    readonly '[ivx]': "lower-roman";
    readonly '[IVX]': "upper-roman";
    readonly '[a-z]': "lower-alpha";
    readonly '[A-Z]': "upper-alpha";
    readonly '\\d': "decimal";
};
