import type { BulletProperties, BulletVariant } from '@engie-group/fluid-types'; import * as i0 from "@angular/core"; export declare class BulletComponent implements BulletProperties { private bulletClassName; /** * Bullet variant */ variant?: BulletVariant; /** * Bullet custom color, overrides variant */ customColor?: string; /** * Bullet size * * @deprecated Use scale instead. This property will be removed in future versions. */ size?: BulletProperties['size']; /** * Scale of the bullet **/ scale?: BulletProperties['scale']; /** * @ignore */ getBulletVariantClass(): string; /** * @ignore */ getButtonSizeClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }