/**
 * The mouse button being pressed.
 */
export declare enum PointerButton {
    Left = "Left",
    Middle = "Middle",
    Right = "Right",
    Unknown = "Unknown",
    NoButton = "NoButton"
}
