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