import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum SparklineGroup_BitValues { DateAxis = 1, Markers = 2, HighPoint = 4, LowPoint = 8, FirstPoint = 16, LastPoint = 32, NegativePoints = 64, DisplayXAxis = 128, DisplayHidden = 256, RightToLeft = 512, Isinitialized = 1024, IsRemovedFromColection = 2048 } /** * @hidden */ export declare let SparklineGroup_BitValues_$type: Type;