import { OnInit } from '@angular/core'; export declare class SubcontentBulletsComponent implements OnInit { bullets: any; constructor(); ngOnInit(): void; }