import { FieldType, FieldTypeConfig } from '@ngx-formly/core'; import { WcsFormlyFieldWrapperProps } from './formly-wcs-field-wrapper.component'; import { WcsTextareaInputMode, WcsTextareaWrap } from 'wcs-core'; import * as i0 from "@angular/core"; export declare type WcsFormlyTextareaProps = WcsFormlyFieldWrapperProps & { autoGrow?: boolean; autocapitalize?: 'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'; autofocus?: boolean; debounce?: number; enterkeyhint?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'; hidePasswordButtonAriaLabel?: string; icon?: string; inputmode?: WcsTextareaInputMode; multiple?: boolean; pattern?: string; resize?: 'both' | 'none' | 'vertical' | 'horizontal'; showPasswordButtonAriaLabel?: string; spellcheck?: boolean; state?: 'initial' | 'error'; wrap?: WcsTextareaWrap; }; export declare class FormlyWcsFieldTextareaComponent extends FieldType> { defaultOptions: { props: { rows: number; }; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }