import { CustomIconVariations } from '../icon/icon.type'; import * as i0 from "@angular/core"; export type TagColors = 'active' | 'disabled' | 'disabled-subtle' | 'external' | 'sophia'; export declare class TagV2Component { icon: string; iconAppearance: Exclude; text: string; color: TagColors; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_color: string; }