import React from 'react';
import { IconProps } from "./";
declare const Info: React.FC<IconProps>;
export default Info;
