/// import type { IconType } from "./Icon/types"; declare function Info(props: IconType): JSX.Element; export default Info;