import { LegendTextContentChangedEventArgs as LegendTextContentChangedEventArgs_internal } from "./LegendTextContentChangedEventArgs"; import { ContentChildrenManager } from "igniteui-react-core"; /** * Provides data for legend's text content changed event. */ export declare class IgrLegendTextContentChangedEventArgs { protected createImplementation(): LegendTextContentChangedEventArgs_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): LegendTextContentChangedEventArgs_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; }