export interface BCMSContentEditorToolbarEvent { event: Event; type: 'bold' | 'italic' | 'underline' | 'strike'; }