import { InjectionToken } from '@angular/core'; /** Injection token that can be used to specify default options. */ export declare const NGL_COLORPICKER_CONFIG: InjectionToken>; export declare class NglColorpickerConfig { swatchColors: string[]; variant: 'base' | 'swatches' | 'custom'; }