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