export declare enum YfmTableNode { Table = "yfm_table", Body = "yfm_tbody", Row = "yfm_tr", Cell = "yfm_td" } export declare enum YfmTableAttr { Colspan = "colspan", Rowspan = "rowspan", CellBg = "data-bg", CellAlign = "data-cell-align", HeaderRows = "data-header-rows" }