import React from 'react';
import { IState } from '../store/interfaces';
declare const MainLayout: React.FC<IState>;
export default MainLayout;
