export declare function detectMobile(): boolean;
export declare function getRect(elem: any): {
    width: any;
    height: any;
};
//# sourceMappingURL=utils.d.ts.map