import React from 'react'; import { InfoProps } from './main'; declare const APP: (props: InfoProps) => React.JSX.Element; export default APP;