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

Events type alias for associated component.