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

Events type alias for associated component.