import './mobile.scss';
import React from 'react';
import type { MobileLayoutProps } from './types';
export declare const MobileLayout: React.FC<MobileLayoutProps>;
