import { InputBaseComponent } from '../base/input-base.component';
import * as i0 from "@angular/core";
export declare const PASSWORDBOX_TEMPLATE = "\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\n";
export declare class PasswordBoxComponent extends InputBaseComponent {
passwordChar: string;
checkInterval: number;
lastDelay: number;
showEye: boolean;
eyeAlign: string;
revealed: boolean;
lastTimer: any;
cursorPos: number;
inputingText: string;
private _text;
get text(): string;
set text(value: string);
get eyeCls(): "passwordbox-open" | "passwordbox-close";
ngAfterViewInit(): void;
processing(): void;
convert(value: string, all?: boolean): void;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}