import { PromoProps } from "../types"; declare const PromoInline: (props: PromoProps) => JSX.Element; export default PromoInline;