/**
 * Example data for the HomeHero stories
 */
export declare const HomeHeroCommon: {
    searchSuggestions: string[];
    imagesArray: {
        image1440x810: string;
        image144x81: string;
    }[];
};
export declare const HomeHeroPromotedLinks: {
    title: string;
    url: string;
}[];
