/** True on touch-primary devices (phones/tablets), false on desktop mouse/trackpad. */ declare function useCoarsePointer(): boolean; export { useCoarsePointer };