import { OnInit } from '@angular/core'; import { BaseControl } from '../base-control'; import { TranslocoService } from '@jsverse/transloco'; import * as i0 from "@angular/core"; export declare class SpiderlyTextareaComponent extends BaseControl implements OnInit { protected translocoService: TranslocoService; constructor(translocoService: TranslocoService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }