import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_BarSer } from "./CT_BarSer"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_FilteredBarSer extends Base implements ISupportSetProperty { static $t: Type; private c; private a; constructor(); get b(): CT_BarSer; set b(a: CT_BarSer); setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }