import { Type } from '@angular/core'; import { FieldType, FieldTypeConfig, DeonFieldConfig } from '@gram-deon/core'; import { DeonFieldProps } from '@gram-deon/ionic/form-field'; import * as i0 from "@angular/core"; interface TextAreaProps extends DeonFieldProps { } export interface DeonTextAreaFieldConfig extends DeonFieldConfig { type: 'textarea' | Type; } export declare class DeonFieldTextArea extends FieldType> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};