import { OnInit, ViewContainerRef } from '@angular/core'; import { Field } from '../../../core/field/abstract/field'; export declare class EmailComponent extends Field implements OnInit { private readonly viewRef; readonly name: string; readonly size: string; readonly icon: string; readonly label: string; readonly forceError: boolean; readonly placeholder: string; constructor(viewRef: ViewContainerRef); ngOnInit(): void; }