import { ElementRef, OnInit } from "@angular/core"; import { StiModelService } from "../services/model.service"; import { StiEditableContentService } from "../services/sti-editable-content.service"; import { StiHelperService } from "../services/sti-helper.service"; import * as i0 from "@angular/core"; export declare class StiInputTextComponent implements OnInit { model: StiModelService; helper: StiHelperService; editableService: StiEditableContentService; input: ElementRef; element: any; property: string; tabIndex: number; MASK_PATTERN: { A: string; X: string; O: string; 9: string; }; get needToFill(): boolean; get value(): string; set value(val: string); get placeholder(): any; constructor(model: StiModelService, helper: StiHelperService, editableService: StiEditableContentService); disableDrag(event: any): void; borderWidth(): string; inFocus(e: any): void; lostFocus(): void; checkMask(e: any): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }