import { OnInit, OnDestroy, AfterViewInit } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { InputBaseComponent } from '@ironsource/fusion-ui/components/input/common/base'; import * as i0 from "@angular/core"; export declare class InputComponent extends InputBaseComponent implements OnInit, OnDestroy, AfterViewInit, ControlValueAccessor { /** @internal */ showErrorIcon(): boolean; protected getConfigStyleObservable(): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }