import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_CustomFilter } from "./CT_CustomFilter"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_CustomFilters_SML2009 extends Base { static $t: Type; private c; private e; constructor(); get b(): List$1; set b(a: List$1); get d(): Nullable$1; set d(a: Nullable$1); static f(a: XmlPartManagerBase, b: Nullable$1): { p1: Nullable$1; }; static g(a: XmlPartManagerBase, b: string, c?: Nullable$1): void; }