/// import { IconProps } from '../../types'; declare const InfoCircle: (allProps: IconProps) => JSX.Element; export default InfoCircle;