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