export declare function createToolbarButton(icon: string, title: string, action: () => void): HTMLButtonElement;