export declare const useDeviceType: () => { isMobile: boolean; isTab: boolean; isLargeTab: boolean; isWeb: boolean; };