/** * This file was auto-generated by Fern from our API Definition. */ export type Button = "left" | "right" | "middle" | "back" | "forward"; export declare const Button: { readonly Left: "left"; readonly Right: "right"; readonly Middle: "middle"; readonly Back: "back"; readonly Forward: "forward"; };