import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NcPillComponent {
    disabled: boolean;
    value: any;
    readonly templateRef: TemplateRef<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NcPillComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NcPillComponent, "nc-pill", never, { "disabled": "disabled"; "value": "value"; }, {}, never, ["*"]>;
}
