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