import { AsterFormInput } from '../interface/aster-form-input'; import ClassicEditor from '@ckeditor/ckeditor5-build-classic'; import * as i0 from "@angular/core"; export declare class AsterFormInputRichtextComponent { data: AsterFormInput; Editor: typeof ClassicEditor; editorConfig: { toolbar: { items: string[]; shouldNotGroupWhenFull: boolean; }; language: string; }; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "aster-form-input-richtext", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>; }