import { PromoProps } from "../types"; declare const PromoContent: ({ bodyContent, dismissHandler, headingText, isDarkBackground, graphicSrc, optOutBanner, optOutHandler, primaryAction, secondaryAction, "data-cy": dataCy }: PromoProps) => JSX.Element; export default PromoContent;