import { OnInit } from '@angular/core'; export declare class AlertNoteComponent implements OnInit { initialText: string; highlightText: string; finalText: string; constructor(); ngOnInit(): void; }