export declare enum JSONModelPropertyProperty {
    DefaultTabWidth = 0,
    OddEvenPages = 1,
    PageColor = 2
}
export declare enum JSONDocumentModelProperty {
    DocumentProperties = 0,
    Styles = 1,
    Sections = 2,
    AbstractNumberingLists = 3,
    NumberingLists = 4,
    Headers = 5,
    Footers = 6,
    AbstractNumberingListTemplates = 7,
    Images = 8,
    PaletteColors = 9,
    OfficeThemeColors = 10,
    CompatibilitySettings = 11
}
export declare enum JSONDocumentProtectionPropertiesProperty {
    EnforceProtection = 0,
    ProtectionType = 1,
    HashAlgorithmType = 2,
    HashIterationCount = 3,
    PasswordHash = 4,
    PasswordPrefix = 5,
    Word2003PasswordHash = 6,
    OpenOfficePasswordHash = 7
}
export declare enum DocumentProtectionType {
    None = 0,
    ReadOnly = 1,
    AllowComments = 2,
    TrackedChanges = 3
}
export declare enum JSONDocumentPropertiesProperty {
    DefaultTabWidth = 0,
    DifferentOddAndEvenPages = 1,
    DisplayBackgroundShape = 2,
    PageBackColor = 3,
    DefaultCharacterProperties = 4,
    DefaultParagraphProperties = 5,
    DefaultTableProperties = 6,
    DefaultTableRowProperties = 7,
    DefaultTableCellProperties = 8,
    ProtectionProperties = 9
}
export declare enum JSONCompatibilitySettingsProperty {
    DontJustifyLinesEndingInSoftLineBreak = 0,
    CompatibilityMode = 1
}
