import * as React from "react";
import { IContextObject } from "./interfaces";
export declare const CMSComponentNames: {
    Carousel: string;
    CarouselSmall: string;
    Freeform: string;
    ContactUs: string;
    HeroBanner: string;
    Image: string;
    Video: string;
    VideoWithContent: string;
    ImageWithContent: string;
    ImageTextButton: string;
    SmallPromotion: string;
    SmallImageWithContent: string;
    LargePromotion: string;
    TwoBannerContainer: string;
    ThreeBannerContainer: string;
    Sale: string;
    SmallBannerWithBackgroundImage: string;
    SmallBannerWithSupportingImage: string;
};
declare const SharedContext: React.Context<IContextObject>;
export default SharedContext;
