/**
 * Enumeration of the buttons used for mouse actions.
 */
export declare enum MouseButton {
    Left = 0,
    Middle = 1,
    Right = 2
}
