Events: {
    editor:cancel: CustomEvent<any>;
    editor:document:deleted: CustomEvent<any>;
    editor:enrichedContent: CustomEvent<any>;
    editor:save: CustomEvent<any>;
    editor:start: CustomEvent<any>;
} & {
    [evt: string]: CustomEvent<any>;
}

Events type alias for associated component.