import * as React from "react"; import { InfoBlackProps } from "./InfoBlackProps"; declare const InfoBlack: React.FC; export default InfoBlack;