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