Events: { click: any; contextmenu: any; press: any } & {
    [evt: string]: CustomEvent<any>;
}

Events type alias for associated component.