export declare const LEFT = "left"; export declare const RIGHT = "right"; export declare const MIDDLE = "middle"; export declare const X1 = "x1"; export declare const X2 = "x2"; export type MouseButton = typeof LEFT | typeof RIGHT | typeof MIDDLE | typeof X1 | typeof X2; //# sourceMappingURL=buttons.d.ts.map