export declare enum LayoutFormatterState {
    DocumentStart = 0,
    PageStart = 1,
    PageAreaStart = 2,
    ColumnStart = 3,
    RowFormatting = 4,
    ColumnEnd = 5,
    PageAreaEnd = 6,
    PageEnd = 7,
    DocumentEnd = 8,
    End = 9
}
