/** True when the primary pointer is coarse (touch). Native iOS/Android: always * true. Web: `(pointer: coarse)`, live. SSR / first frame: false * (desktop-first). */ export declare function usePointerCoarse(): boolean; /** True when the primary input can hover. Native iOS/Android: always false. * Web: `(hover: hover)`, live. SSR / first frame: true (desktop-first). */ export declare function useHoverCapable(): boolean; //# sourceMappingURL=pointer.d.ts.map