import { Type } from "igniteui-webcomponents-core"; /** * Enum specifying shapes that can be used by the backing area of the radial gauge. */ export declare enum RadialGaugeBackingShape { /** * A circular backing shape. */ Circular = 0, /** * A fitted backing shape. */ Fitted = 1 } /** * @hidden */ export declare let RadialGaugeBackingShape_$type: Type;