export declare enum ContentType {
    NotContent = 0,
    PlaceholderContent = 1,
    TopFrame = 2,
    BottomFrame = 3
}
