export declare const useScreenSize: () => {
    isMobile: boolean;
    isLargeMobile: boolean;
};
