import { OnInit, AfterContentInit, ElementRef, TemplateRef } from '@angular/core'; export declare class InputComponent implements OnInit, AfterContentInit { labelClass: boolean; wrapper: ElementRef; helperText: string; invalid: boolean; invalidMessage: string | TemplateRef; static counter: number; labelID: string; constructor(); ngOnInit(): void; ngAfterContentInit(): void; isTemplate(value: string | TemplateRef): boolean; }