import { QueryList, EventEmitter } from '@angular/core'; import { VudPillComponent } from './pill/pill.component'; import * as i0 from "@angular/core"; export declare class VudPillsComponent { color: 'default' | 'primary'; selected: any; readonly selectedChange: EventEmitter; /** @ignore */ readonly pills?: QueryList; /** @ignore */ select(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }