export declare class PointerEventMock extends MouseEvent { readonly pointerType: string; constructor(type: string, props: PointerEventInit); }