export declare const isiOS: () => boolean;
export declare const checkTouchPoints: () => boolean;
export declare const detectTouchscreen: () => boolean;
/**
 *
 * @param {Number} maxWidth - preferable max width device
 */
export declare const collectMobileDetectingData: () => Record<string, any>;
declare const checkIfMobile: () => {
    isMobile: boolean;
    logsObject: Record<string, any>;
};
export default checkIfMobile;
