import { FC } from "react"; import { SVGProps } from "./svg.types"; declare const Info: FC; export default Info;