import { JsonFormsAngularService, JsonFormsControl } from '@jsonforms/angular'; import { RankedTester } from '@jsonforms/core'; import * as i0 from "@angular/core"; export declare class TextAreaRenderer extends JsonFormsControl { focused: boolean; constructor(jsonformsService: JsonFormsAngularService); getEventValue: (event: any) => any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare const TextAreaRendererTester: RankedTester; //# sourceMappingURL=textarea.renderer.d.ts.map