import { EventEmitter, OnChanges } from '@angular/core'; import { HSL } from 'ngx-color'; import * as i0 from "@angular/core"; export declare class SliderSwatchComponent implements OnChanges { hsl: HSL; active: boolean; offset: number; first: boolean; last: boolean; onClick: EventEmitter; background: string; ngOnChanges(): void; handleClick($event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }