import { FieldType, FieldTypeConfig } from '@ngx-formly/core'; import { WcsFormlyFieldWrapperProps } from './formly-wcs-field-wrapper.component'; import { AutocompleteTypes, WcsInputSize, WcsInputEnterKeyHint, WcsInputInputMode, WcsInputState } from 'wcs-core'; import * as i0 from "@angular/core"; export declare type WcsFormlyInputProps = WcsFormlyFieldWrapperProps & { accept?: string; autocapitalize?: string; autocomplete?: AutocompleteTypes; autocorrect?: 'on' | 'off'; autofocus?: boolean; debounce?: number; enterkeyhint?: WcsInputEnterKeyHint; hidePasswordButtonAriaLabel?: string; hideRequiredMarker?: boolean; icon?: string; inputMode?: WcsInputInputMode; name?: string; prefixLabel?: string; showPasswordButtonAriaLabel?: string; size?: WcsInputSize; spellcheck?: boolean; state?: WcsInputState; suffixLabel?: string; minDate?: string | undefined; maxDate?: string | undefined; }; export declare class FormlyWcsFieldInputComponent extends FieldType> { get type(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }