import * as React from "react"; import { default as InfoBox, InfoBoxProps } from "./InfoBox"; import { infoBoxBanner } from "../style"; const InfoBoxBanner = (props: InfoBoxProps) => ( ); export default InfoBoxBanner;