import { TextareaOptions } from './textarea-options';
import { BaseField } from '../../fields/base-field';
import { SchemaFormControl } from '../../forms/forms';
import * as i0 from "@angular/core";
export declare class SchemaFormTextareaComponent extends BaseField {
    get widgetOptions(): TextareaOptions;
    schemaForm: SchemaFormControl;
    static ɵfac: i0.ɵɵFactoryDeclaration<SchemaFormTextareaComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SchemaFormTextareaComponent, "nz-schema-form-textarea", never, {}, {}, never, never, true, never>;
}
