/** * Hook to detect if the device supports touch events * Returns true if touch events are detected, false otherwise * Universal hook available for all components */ export declare function useDetectTouch(): boolean; //# sourceMappingURL=use-detect-touch.d.ts.map