import { MobileContextProps as Props } from './MobileContext'; export declare function useMobile(): [Props['mobile'], Props['setMobile']];