export declare enum GenericContentType {
    MAIN_AREA = "GENERIC_CONTENT_MAIN_AREA",
    SIDEKICK_AREA = "GENERIC_CONTENT_SIDEKICK_AREA"
}
