export type GenericMouseEvent = { defaultPrevented: boolean; preventDefault: () => void; view: unknown; }; //# sourceMappingURL=mouse-event.d.ts.map