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