import { Base, Type } from "igniteui-react-core"; import { LegendItemBadgeShape } from "igniteui-react-core"; import { Brush } from "igniteui-react-core"; /** * @hidden */ export declare class DataLegendStylingRowEventArgs extends Base { static $t: Type; constructor(); a: LegendItemBadgeShape; b: boolean; c: boolean; d: number; f: string; g: string; e: string; h: Brush; }