import { Base, INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "igniteui-webcomponents-core"; import { GridConditionalStylePropertyStylingType } from "./GridConditionalStylePropertyStylingType"; import { GridConditionalStyleBoundType } from "./GridConditionalStyleBoundType"; import { IFilterExpression } from "igniteui-webcomponents-core"; import { GridConditionalStyleFontInfo } from "./GridConditionalStyleFontInfo"; import { Brush } from "igniteui-webcomponents-core"; import { BrushCollection } from "igniteui-webcomponents-core"; import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridConditionFilterStringErrorsParsingEventArgs"; /** * @hidden */ export declare class GridConditionalStyleProperty extends Base implements INotifyPropertyChanged { static $t: Type; private ak; get al(): GridConditionalStylePropertyStylingType; set al(a: GridConditionalStylePropertyStylingType); private af; get ah(): GridConditionalStyleBoundType; set ah(a: GridConditionalStyleBoundType); private ae; get ag(): GridConditionalStyleBoundType; set ag(a: GridConditionalStyleBoundType); private br; get cs(): string; set cs(a: string); private k; get w(): IFilterExpression; set w(a: IFilterExpression); private bo; get b5(): string; set b5(a: string); private g; get s(): IFilterExpression; set s(a: IFilterExpression); private m; get y(): IFilterExpression; set y(a: IFilterExpression); private bq; get cn(): string; set cn(a: string); private i; get u(): IFilterExpression; set u(a: IFilterExpression); private l; get x(): IFilterExpression; set x(a: IFilterExpression); private bp; get ch(): string; set ch(a: string); private h; get t(): IFilterExpression; set t(a: IFilterExpression); private r; get ad(): IFilterExpression; set ad(a: IFilterExpression); private bt; get cz(): string; set cz(a: string); private j; get v(): IFilterExpression; set v(a: IFilterExpression); private a3; get a7(): number; set a7(a: number); private bb; get bc(): number; set bc(a: number); private an; get ap(): boolean; set ap(a: boolean); private ax; get a0(): Date; set a0(a: Date); private ai; get aj(): GridConditionalStyleFontInfo; set aj(a: GridConditionalStyleFontInfo); private bg; get bm(): any; set bm(a: any); private bs; get cv(): string; set cv(a: string); private c5; get c8(): Brush; set c8(a: Brush); private ao; get aw(): boolean; set aw(a: boolean); private bd; get bj(): any; set bj(a: any); private c7; get da(): Brush; set da(a: Brush); private c6; get c9(): Brush; set c9(a: Brush); private bf; get bl(): any; set bl(a: any); private be; get bk(): any; set bk(a: any); private bh; get bn(): any; set bn(a: any); private a4; get a8(): number; set a8(a: number); private a6; get ba(): number; set ba(a: number); private a5; get a9(): number; set a9(a: number); private ay; get a1(): Date; set a1(a: Date); private az; get a2(): Date; set a2(a: Date); private e; get f(): BrushCollection; set f(a: BrushCollection); private b; get d(): any[]; set d(a: any[]); private a; get c(): any[]; set c(a: any[]); ar: boolean; aq: boolean; get av(): boolean; get at(): boolean; get as(): boolean; get au(): boolean; protected c3(a: string, b: any, c: any): void; protected c4(a: string, b: any, c: any): void; filterStringErrorsParsing: (sender: any, args: GridConditionFilterStringErrorsParsingEventArgs) => void; private n; private z; private p; private ab; private o; private aa; private q; private ac; propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void; bi(a: Type): any; }