export declare enum ContentViewType {
    All = 0,
    Shared = 1,
    Linked = 2,
    DynamicPageList = 3
}
