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