import { DeviceDetectionResult, DeviceBreakpoints } from "../utils/deviceDetection";
/**
 * Custom React hook for device detection with memoization and resize handling
 * Provides device type detection with automatic re-evaluation on window resize
 */
export declare function useDeviceDetection(breakpoints?: DeviceBreakpoints): DeviceDetectionResult;
export default useDeviceDetection;
//# sourceMappingURL=useDeviceDetection.d.ts.map