import { HTMLEditor } from '../../../core/HTMLEditor.ts';
import { MathMenu } from './MathMenu';
export declare class MathContextMenu {
    private mathMenu;
    private contextMenu;
    private activeMath;
    constructor(editor: HTMLEditor, mathMenu: MathMenu);
    private handleAlign;
    private handleEdit;
    private handleDelete;
    show(math: HTMLElement, x: number, y: number): void;
    hide(): void;
    destroy(): void;
}
