import { NgClass } from '@angular/common';
import { DokuBadgeColor, DokuBadgeVariant } from './badge.types';
import * as i0 from "@angular/core";
export declare class DokuBadge {
    /**
     * The color of the badge. Default value is 'green'.
     */
    color: DokuBadgeColor;
    /**
     * The variant of the badge. Default value is 'filled'.
     */
    variant: DokuBadgeVariant;
    protected get classes(): NgClass['ngClass'];
    static ɵfac: i0.ɵɵFactoryDeclaration<DokuBadge, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DokuBadge, "doku-badge", ["dokuBadge"], { "color": "color"; "variant": "variant"; }, {}, never, ["*"], true>;
}
