import * as React from 'react'; import type { MobileContextProps } from "./MobileContext.js"; export interface WithMobileProps extends MobileContextProps { } export declare function withMobile(WrappedComponent: React.ComponentType): React.ComponentType>;