export declare enum Alignment {
    Left = "left",
    Center = "center",
    Right = "right"
}
export declare enum ImageSize {
    Large = "large",
    Medium = "medium",
    Small = "small"
}
export declare enum CMSPathToName {
    LayoutExtraLargeBanner1 = "Page topper - full background",
    LayoutExtraLargeBanner2 = "Page Topper - 50/50 split",
    ImageTextButton = "ImageTextButton",
    StandardContentBlock1 = "Small Banner with background",
    StandardContentBlock2 = "Small banner with supporting image",
    StandardContentBlock3 = "Image with content",
    StackedContentBlock = "Small image with content",
    TextButton = "TextAndButton",
    VideoWithContent = "Video with content",
    Recipe = "Recipe",
    HeroBanner = "HeroBanner"
}
