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