/*!
 * 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/
 */
import type { CanUndef, IDictionary } from "jodit/esm/types/index";
import { UIElement } from "jodit/esm/core/ui/index";
export declare class UIButtonGenerator extends UIElement {
    /** @override */
    className(): string;
    state: IDictionary;
    private preview;
    private form;
    render(): string;
    constructor(jodit: UIElement['jodit']);
    target: CanUndef<HTMLElement>;
    private generateLibrary;
    static mapKey(o: IDictionary): IDictionary;
    private updateState;
    update(): void;
}
