export declare enum LabelPosition { BestFit = "bestFit", Bottom = "b", Center = "ctr", InsideEnd = "inEnd", InsideBase = "inBase", Left = "l", OutsideEnd = "outEnd", Right = "r", Top = "t" }