import { ChangeDetectorRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PillComponent { private cdRef; value: string; appearance: 'filled' | 'outline' | 'translucent'; before: boolean; beforeComponent: 'avatar' | 'icon'; icon: string; avatarText: string; prefix: boolean; prefixText: string; skeleton: boolean; valueChange: EventEmitter; dropdown: boolean; text: boolean; placeholder: string; disabled: boolean; date_picker: boolean; period: boolean; selectPeriodPreviousAToday: boolean; periodSelected: EventEmitter; resetPeriod: EventEmitter; isDatePickerOpen: boolean; isDropdownOpen: boolean; constructor(cdRef: ChangeDetectorRef); onValueChange(): void; handleClickOutside(): void; selectedPeriod(event: any): void; resetSelectedPeriod(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }