import { MinimalLS } from 'alyle-ui/ls'; export declare class VibrantSwatch { bodyTextColor: string; hex: string; titleTextColor: string; yiq: string; } export declare class VibrantColors { Vibrant: VibrantSwatch; DarkVibrant: VibrantSwatch; DarkMuted: VibrantSwatch; Muted: VibrantSwatch; LightVibrant: VibrantSwatch; } export declare class CarouselService { private ls; constructor(ls: MinimalLS); getColorVibrant(srcImg: string): any; /** * return Vibrant & DarkVibrant */ _palette(pal: any): VibrantColors; }