export declare enum JSONEnumTableCell {
    StyleIndex = 0,
    TableCellPropertiesIndex = 1,
    ColumnSpan = 2,
    PreferredWidth = 3,
    VerticalMerging = 4,
    StartParagraphPosition = 5,
    EndParagraphPosition = 6
}
export declare enum JSONEnumTableCellProperty {
    CellMargins = 0,
    Borders = 1,
    HideCellMark = 2,
    NoWrap = 3,
    FitText = 4,
    TextDirection = 5,
    VerticalAlignment = 6,
    ShadingInfo = 7,
    ShadingInfoIndex = 8,
    UseValue = 9
}
export declare enum JSONEnumClientTableCellInfo {
    StartCellPosition = 0,
    EndCellPosition = 1,
    CellIndex = 2,
    CellInfo = 3,
    RightDirection = 4
}
export declare enum JSONEnumClientTableCellFormatting {
    ColumnSpan = 0,
    CellProperties = 1,
    PreferredWidth = 2,
    VerticalMerging = 3
}
export declare enum JSONServerTableCellProperty {
    CellMargins = 0,
    PreferredWidth = 1,
    Borders = 2,
    HideCellMark = 3,
    NoWrap = 4,
    FitText = 5,
    TextDirection = 6,
    VerticalAlignment = 7,
    ShadingInfo = 8,
    ColumnSpan = 9,
    VerticalMerging = 10
}
