import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_ShapeProperties_DML } from "./CT_ShapeProperties_DML"; import { CT_UnsignedInt } from "./CT_UnsignedInt"; import { CT_Boolean } from "./CT_Boolean"; import { CT_Marker_Chart } from "./CT_Marker_Chart"; import { CT_DLbl } from "./CT_DLbl"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_CategoryFilterException extends Base implements ISupportSetProperty { static $t: Type; private n; private l; private f; private d; private b; private j; private h; constructor(); get m(): string; set m(a: string); get k(): CT_ShapeProperties_DML; set k(a: CT_ShapeProperties_DML); get e(): CT_UnsignedInt; set e(a: CT_UnsignedInt); get c(): CT_Boolean; set c(a: CT_Boolean); get a(): CT_Boolean; set a(a: CT_Boolean); get i(): CT_Marker_Chart; set i(a: CT_Marker_Chart); get g(): CT_DLbl; set g(a: CT_DLbl); setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }