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