import React from 'react'; import { Subtract } from 'utility-types'; import { MobileContextProps } from './MobileContext'; export interface WithMobileProps extends MobileContextProps { } export declare function withMobile(WrappedComponent: React.ComponentType): React.ComponentType>;