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