import { DataLegendSeriesGroupInfo as DataLegendSeriesGroupInfo_internal } from "./DataLegendSeriesGroupInfo";
/**
 * Represent info about series values
*/
export declare class IgxDataLegendSeriesGroupInfo {
    protected createImplementation(): DataLegendSeriesGroupInfo_internal;
    protected _implementation: any;
    /**
     * @hidden
     */
    get i(): DataLegendSeriesGroupInfo_internal;
    private onImplementationCreated;
    constructor();
    protected _provideImplementation(i: any): void;
    findByName(name: string): any;
}
