import { OnInit } from '@angular/core'; export declare class SubcontentLinksComponent implements OnInit { identifier: any; links: any; target: any; image: any; constructor(); ngOnInit(): void; }