import { OnInit } from '@angular/core'; export declare class SubcontentViewComponent implements OnInit { title: any; title_class: any; title_hidden: any; body: any; image: any; image_class: any; icon: any; identifier: any; image_on_text: any; separator: any; medias: { style: string; media: string; }[]; constructor(); ngOnInit(): void; }