Events: { change: Event; pointerdown: PointerEvent } & {
    [evt: string]: CustomEvent<any>;
}

Events type alias for associated component.