export declare const useViewport: () => { isMobile: boolean; isTablet: boolean; isCompact: boolean; }; export declare const useMobile: () => boolean;