import { Observable } from 'rxjs'; import { MapEmitSelect } from '../../helpers'; import { KcOption } from '../../types'; import * as i0 from "@angular/core"; export declare class KcValueComponent { private _selection; value: Observable; constructor(_selection: MapEmitSelect, string, T>); get preventClose(): boolean; removeTag(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "kc-value", never, {}, {}, never, ["*", "*"], false, never>; }