export declare enum LogSource {
    Main = 1,
    RowFormatter = 2,
    LayoutFormatter = 3,
    LayoutFormatterNotifier = 4,
    LayoutFormatterInvalidator = 5,
    CanvasManager = 6,
    DocumentRenderer = 7,
    SelectionRenderer = 8,
    SelectionFormatter = 9,
    DiplayPageInfo = 10,
    DiplayTableBoundsInfo = 11,
    DiplayLayoutBoundsInfo = 12,
    RestartManager = 13,
    BoxWrapHolder = 14,
    PositionSaver = 15,
    EventManager = 16,
    TableFormatter = 17,
    HtmlImporter = 18,
    SimpleViewRenderer = 19,
    DocxImporter = 20
}
