import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; type LabelType = 'on' | 'in' | 'over'; type InputType = 'default' | 'mask' | 'icon' | 'password' | 'otp'; export declare class InputBoxComponent { defaultValue: string; label: string; labelType: LabelType; placeholder: string; helpText: string; isDirty: boolean; disabled: boolean; required: boolean; mask: string; icon: string; height: string; width: string; isOtp: boolean; otpLength: number; iconColor: string; labelColor: string; labelFocusColor: string; borderFocusColor: string; borderColor: string; borderHoverColor: string; textColor: string; isPassword: boolean; tooltip: string; tooltipPosition: 'top' | 'bottom' | 'left' | 'right'; tooltipEvent: 'hover' | 'focus'; valueChange: EventEmitter; value: string; get styleHeight(): string; get styleWidth(): string; onValueChange(value: string): void; getInputBoxType(): InputType; getBorderColor(): string; getBorderHoverColor(): string; getBorderFocusColor(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};