import React from 'react';
import IconProps from '../types/icon-type';
declare const InfoIcon: React.FC<IconProps>;
export default InfoIcon;
