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