import { Base, Type } from "igniteui-webcomponents-core"; import { ST_RadarStyle } from "./ST_RadarStyle"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_RadarStyle extends Base { static $t: Type; private c; constructor(); get b(): ST_RadarStyle; set b(a: ST_RadarStyle); static e(a: XmlPartManagerBase, b: ST_RadarStyle): { p1: ST_RadarStyle; }; static f(a: XmlPartManagerBase, b: string, c: ST_RadarStyle): void; toString(): string; }