import * as React from 'react';
import { MobileWrapperProps, PrivateWrapperProps } from './WrapperProps';
declare const MobileWrapper: React.FC<MobileWrapperProps & PrivateWrapperProps>;
export default MobileWrapper;
