import * as React from 'react'; import { IconProps } from '../types'; export default function Info(props: IconProps): React.ReactElement;