import { LegendSizeChangedEventArgs as LegendSizeChangedEventArgs_internal } from "./LegendSizeChangedEventArgs";
/**
 * Provides data for legend's size changed event.
*/
export declare class IgcLegendSizeChangedEventArgs {
    protected createImplementation(): LegendSizeChangedEventArgs_internal;
    protected _implementation: any;
    /**
     * @hidden
     */
    get i(): LegendSizeChangedEventArgs_internal;
    private onImplementationCreated;
    constructor();
    protected _provideImplementation(i: any): void;
}
