export declare function useNaiveDevice(): {
    isMobileOrTablet: boolean;
    isMobile: boolean;
};
