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