/** * This file was auto-generated by Fern from our API Definition. */ /** * The type of click to perform. Defaults to left click. */ export type ClickConfigClickType = "click" | "doubleClick" | "rightClick"; export declare const ClickConfigClickType: { readonly Click: "click"; readonly DoubleClick: "doubleClick"; readonly RightClick: "rightClick"; };