type InsertSymbolCallback = (symbol: string) => void; export declare class MathToolbar { private container; private onInsertSymbol; private buttons; constructor(onInsertSymbol: InsertSymbolCallback); private initialize; getElement(): HTMLElement; destroy(): void; } export {};