import { IgxLegendBaseComponent } from "./igx-legend-base-component";
import { ScaleLegend } from "./ScaleLegend";
import * as i0 from "@angular/core";
/**
 * Represents a legend that indicates the size and the color scale for a collection of series.
*/
export declare class IgxScaleLegendComponent extends IgxLegendBaseComponent {
    protected createImplementation(): ScaleLegend;
    /**
                                 * @hidden
                                 */
    get i(): ScaleLegend;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxScaleLegendComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxScaleLegendComponent, "igx-scale-legend", never, {}, {}, never, never>;
}
