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