export declare const THRESHOLD: { readonly low: "low"; readonly high: "high"; }; export declare const THRESHOLD_VALUES: Record<(typeof THRESHOLD)[keyof typeof THRESHOLD], number>; export declare const BUTTON_SIZE: number; export declare const TAP_OFFSET = 16;