import { OnInit } from '@angular/core'; export declare class PrimaryBulletComponent implements OnInit { hostBaseClass: boolean; bulletColor: string; bulletSize: string; constructor(); ngOnInit(): void; }