import { EventEmitter, OnInit } from '@angular/core'; import { ValueAccessorBase } from '../../models/value-accessor-base'; import { LeanUtilsService } from '../../services/lean-utils-service'; import * as i0 from "@angular/core"; export declare class LeanInputComponent extends ValueAccessorBase implements OnInit { protected leanUtilsService: LeanUtilsService; label: string; type: string; lov: any[]; bindLabel: string; placeholder: string; width: string; grid: boolean; icon: string; actionIcon: string; onDataChanged: EventEmitter; onAction: EventEmitter; constructor(leanUtilsService: LeanUtilsService); ngOnInit(): void; getValueFromLov(): any; blur(): void; getWhidth(): string; change(e: any): void; process(e: any): void; getClass(): string; getLabel(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }