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