/**
 * Detects if the current device is iOS (iPhone, iPad, iPod)
 * Handles modern iPad Safari which uses desktop user agent since iOS 13
 * @returns boolean indicating if the device is iOS
 */
export declare const isIOS: () => boolean;
declare const _default: {
    isIOS: () => boolean;
};
export default _default;
