import { Type } from '@angular/core'; import { FieldType, FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core'; import { FormlyFieldProps } from '@ngx-formly/nativescript/form-field'; import * as i0 from "@angular/core"; interface TextAreaProps extends FormlyFieldProps { hint?: string; autocorrect?: boolean; keyboardType?: any; } export interface FormlyTextAreaFieldConfig extends FormlyFieldConfig { type: 'textarea' | Type; } export declare class FormlyFieldTextArea extends FieldType> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};