import { ElementRef, EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; interface WorkflowFormInputProps { placeholder?: string; disabled?: boolean; errorMessage?: string; hasError?: boolean; inputId?: string; errorId?: string; value?: string; } export declare class VCInputComponent implements OnInit { placeholder: WorkflowFormInputProps['placeholder']; disabled: WorkflowFormInputProps['disabled']; errorMessage: WorkflowFormInputProps['errorMessage']; hasError: WorkflowFormInputProps['hasError']; inputId: string; errorId: string; value: string; remove: boolean; valueChange: EventEmitter; removeReasonChange: EventEmitter; inputElement: ElementRef; focus(): void; ngOnInit(): void; onValueChange(value: string): void; removeReason(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};