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