export declare function useMobile(minWidth?: number): {
    isMobile: boolean;
    orientation: boolean;
    realMobile: boolean;
};
