export declare enum LegendPosition { TopLeft = "top-left", TopCenter = "top-center", TopRight = "top-right", BottomLeft = "bottom-left", BottomCenter = "bottom-center", BottomRight = "bottom-right" } export declare enum CurveType { Basis = "basis", BasisClosed = "basisClosed", BasisOpen = "basisOpen", Bundle = "bundle", Cardinal = "cardinal", CardinalClosed = "cardinalClosed", CardinalOpen = "cardinalOpen", CatmullRom = "catmullRom", CatmullRomClosed = "catmullRomClosed", CatmullRomOpen = "catmullRomOpen", Linear = "linear", LinearClosed = "linearClosed", MonotoneX = "monotoneX", MonotoneY = "monotoneY", Natural = "natural", Step = "step", StepAfter = "stepAfter", StepBefore = "stepBefore" } export declare enum Orientation { Horizontal = "horizontal", Vertical = "vertical" }