import { OnInit } from '@angular/core'; import { CommentInputMetadata } from './types'; import * as i0 from "@angular/core"; export declare class CommentInputComponent implements OnInit { /** * Input configuration object. * @type {CommentInputMetadata} * @property control - The Angular FormControl for the textarea. * @property maxLength - Maximum character length. */ props: CommentInputMetadata; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }