/** * Whether the primary pointer is coarse (finger or stylus) rather than a mouse. * Call it from an event handler or an effect: it reads `window`, and the result is not reactive. */ export declare function isCoarsePointer(): boolean;