import { OnChanges, SimpleChanges } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; export declare class ScaleLegendComponent implements OnChanges { private sanitizer; valueRange: any; colors: any; height: any; width: any; horizontal: boolean; gradient: any; constructor(sanitizer: DomSanitizer); ngOnChanges(changes: SimpleChanges): void; /** * Generates the string used in the gradient stylesheet properties * @param colors array of colors * @param splits array of splits on a scale of (0, 1) */ gradientString(colors: any, splits: any): string; } //# sourceMappingURL=scale-legend.component.d.ts.map