import { ChangeDetectorRef } from '@angular/core'; import { NgControl } from '@angular/forms'; import { DomSanitizer, SafeStyle } from '@angular/platform-browser'; import { AbstractTuiControl, TuiFocusableElementAccessor, TuiNativeFocusableElement } from '@taiga-ui/cdk'; import * as i0 from "@angular/core"; export declare class TuiInputColorComponent extends AbstractTuiControl implements TuiFocusableElementAccessor { private readonly domSanitizer; private readonly textfield?; private readonly dropdown?; colors: ReadonlyMap; open: boolean; constructor(control: NgControl | null, cdr: ChangeDetectorRef, domSanitizer: DomSanitizer); get nativeFocusableElement(): TuiNativeFocusableElement | null; get focused(): boolean; get background(): SafeStyle; onClick(): void; /** deprecated use 'value' setter */ onValueChange(textValue: string): void; onFocused(focused: boolean): void; protected getFallbackValue(): string; private sanitize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }