import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AnimaxInputComponent { label?: string; placeholder?: string; hint?: string; error?: string; type: 'text' | 'email' | 'password'; disabled: boolean; value: string; changed: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }