import { OnInit, Renderer2, ElementRef, EventEmitter, OnDestroy } from '@angular/core'; import { PepLayoutType, PepHorizontalAlignment } from '@pepperi-addons/ngx-lib'; import { PepDialogService } from '@pepperi-addons/ngx-lib/dialog'; import { PepColorType } from './color.model'; import * as i0 from "@angular/core"; export declare class PepColorComponent implements OnInit, OnDestroy { private dialogService; private renderer; private element; key: string; value: string; label: string; disabled: boolean; xAlignment: PepHorizontalAlignment; rowSpan: number; type: PepColorType; showTitle: boolean; renderTitle: boolean; showAAComplient: boolean; checkAAComplient: boolean; layoutType: PepLayoutType; valueChange: EventEmitter; constructor(dialogService: PepDialogService, renderer: Renderer2, element: ElementRef); ngOnInit(): void; ngOnDestroy(): void; changeColor(value: any): void; chooseColor(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }