import React from 'react';
import { SectionLinksProps } from '../../structure/SectionLinks/SectionLinks.types';
import { FooterLinkProp } from '../../structure/Footer/Footer.types';
import { BreadcrumbProp } from '../../structure/Breadcrumbs/Breadcrumbs.types';
import { PageLinkProp, ServicesLinksListProps } from '../../structure/ServicesLinksList/ServicesLinksList.types';
import { AlertBannerServiceProps } from '../../structure/AlertBannerService/AlertBannerService.types';
import { CardsProps } from '../../slices/Cards/Cards.types';
export declare const threeTopServicesData: ServicesLinksListProps;
export declare const sixTopServicesData: ServicesLinksListProps;
export declare const sections: SectionLinksProps[];
export declare const footerLinks: FooterLinkProp[];
export declare const breadcrumbs: BreadcrumbProp[];
export declare const micrositeBreadcrumbs: BreadcrumbProp[];
export declare const serviceAlert: AlertBannerServiceProps;
/**
 * Promo Page Storydata
 */
export declare const promoHeroImageData: {
    headline: string;
    content: string;
    imageLarge: string;
    imageSmall: string;
    imageAltText: string;
    backgroundBox: boolean;
};
export declare const promoTopServices: Array<PageLinkProp>;
export declare const promoTopServicesData: ServicesLinksListProps;
export declare const cardsData: CardsProps;
export declare const imageCardsData: CardsProps;
export declare const promoBodyText: React.ReactNode;
