import { InjectionToken, OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; import { CustomField, FormInputComponent } from '@vendure/admin-ui/core'; import { ElementType } from 'react'; import { ReactFormInputOptions } from '../types'; import * as i0 from "@angular/core"; export declare const REACT_INPUT_COMPONENT_OPTIONS: InjectionToken<{ component: ElementType; }>; export declare class ReactFormInputComponent implements FormInputComponent, OnInit { static readonly id: string; readonly: boolean; formControl: FormControl; config: CustomField & Record; protected context: ReactFormInputOptions; protected reactComponent: ElementType; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }