import { OnInit, OnDestroy } from '@angular/core'; import { FormControl } from '@angular/forms'; export declare class TesteComponent implements OnInit, OnDestroy { control: FormControl; id: string; label: string; msgPattern: string; alt: string; constructor(); ngOnInit(): void; ngOnDestroy(): void; }