import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PillComponentControlled { value: string; appearance: 'filled' | 'outline' | 'translucent'; before: boolean; beforeComponent: 'avatar' | 'icon'; icon: string; iconStyle: 'linear' | 'duotone'; avatarText: string; prefix: boolean; prefixText: string; skeleton: boolean; dropdown: boolean; text: boolean; placeholder: string; disabled: boolean; isDropdownOpen: boolean; clickOpenDropdown: EventEmitter; valueChange: EventEmitter; constructor(); ngOnChange(): void; onValueChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }