export declare class PopupPlugin { private editor; private buttonList; private buttonName; private pluginName; constructor(name: string, editor: any, buttonList: string[]); initPopup(): void; showPopup(): void; hidePopup(): void; } //# sourceMappingURL=popup-plugin.d.ts.map