export declare enum GaugeViewType { Circular = "Circular", Linear = "Linear", SingleValue = "SingleValue", BulletGraph = "BulletGraph" }