import { MobileContextProps as Props } from './MobileContext'; export declare function usePlatform(): [Props['platform'], Props['setPlatform']];