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