export declare enum MediaAreaItemType {
    OPTION = "MEDIA_AREA_OPTION",
    SEPARATOR = "MEDIA_AREA_SEPARATOR"
}
