import { NgClass } from '@angular/common';
import * as i0 from "@angular/core";
export declare class DokuPill {
    /**
     * Size of the pill.
     *
     * @default 'medium'
     */
    size: 'small' | 'medium';
    protected get classes(): NgClass['ngClass'];
    static ɵfac: i0.ɵɵFactoryDeclaration<DokuPill, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DokuPill, "doku-pill", ["dokuPill"], { "size": "size"; }, {}, never, ["[icon-left]", "*", "[icon-right]"], true>;
}
