export declare enum CellTextAlignment { Right = "text-right", Center = "text-center", Left = "text-left" }