import React from 'react';
import { InfoScreenProps } from '../types';
declare const InfoScreen: React.FC<InfoScreenProps>;
export default InfoScreen;
