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