import { FC } from "react"; import { IconProps } from "./../BaseIcon"; declare const InfoIcon: FC; export default InfoIcon;