/**
 * Example data for the PromoBanner stories
 */
import React from "react";
export declare const PromoBannerContentText = "We\u2019re looking for people to do this amazing thing in an amazing manner, during an amazing time of amazingness.";
export declare const PromoBannerContent: React.JSX.Element;
export declare const PromoBannerData: {
    title: string;
    ctaUrl: string;
    ctaText: string;
    image1440x810: string;
    image144x81: string;
};
