import React from 'react'; import { IndexProps } from './types'; declare const GlobalView: React.FC; export default GlobalView;