import { OnDestroy, OnInit } from '@angular/core'; import { ComponentType } from '../../../../../shared-form/enums'; import { BaseFieldComponent } from '../../base'; import { InputTextModel } from '../../../../models/elemets/inputs'; import { InputTextValueWithId } from '@myrtex-org/ui'; import { ComponentValueModel } from '../../../../models'; import * as i0 from "@angular/core"; export declare class InputTextComponent extends BaseFieldComponent implements OnInit, OnDestroy { type: ComponentType; validateValue: string; onChangeInput(): void; _customValidate(model: ComponentValueModel): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }