import { ThemeComponentsVariants } from '../../models/theme-variant.model';
import { BulletSize } from './bullet.model';
import * as i0 from "@angular/core";
export declare class BulletComponent {
    private bulletClassName;
    /**
     * Bullet variant
     */
    variant: ThemeComponentsVariants;
    /**
     * Bullet custom color, overrides variant
     */
    customColor: string;
    /**
     * Bullet size
     */
    size: BulletSize;
    constructor();
    /**
     * @ignore
     */
    getBulletVariantClass(): string;
    /**
     * @ignore
     */
    getButtonSizeClass(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<BulletComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<BulletComponent, "nj-bullet", never, { "variant": { "alias": "variant"; "required": false; }; "customColor": { "alias": "customColor"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
}
