/**
 * Example data for the PromoBanner stories
 */
import React from 'react';
import { PromoBannerProps } from './PromoBanner.types';
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: PromoBannerProps;
