import { OnInit } from '@angular/core'; export declare class InputMailComponent implements OnInit { id: string; name: string; value: string; autocomplete: string; maxlength: string; multiple: boolean; required: boolean; disabled: boolean; placeholder: string; constructor(); ngOnInit(): void; }