import { EventEmitter, OnInit } from '@angular/core'; import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms'; import { AngularEditorConfig } from '@kolkov/angular-editor'; import * as i0 from "@angular/core"; export declare class FeedCommentFormComponent implements OnInit { protected formBuilder: FormBuilder; SubmitEvent: EventEmitter; get CommentControl(): AbstractControl; EditorConfig: AngularEditorConfig; FeedCommentsFormGroup: FormGroup; constructor(formBuilder: FormBuilder); ngOnInit(): void; SubmitComment(): void; protected buildCommentForm(): void; protected setupEditorConfig(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }