import * as React from 'react';
import { IconProps } from './IconTypes';
export declare const InfoIcon: React.FC<IconProps>;
