import { ElementRef, SimpleChanges } from '@angular/core'; import { UiFactory } from '../../core/ui/ui-factory'; import { TextContentModel } from './text-content-model'; import { BehaviorService } from '../../core/behavior/behavior.service'; import { TemplateProcessor } from '../../core/text/template-processor'; import * as i0 from "@angular/core"; export declare class PgTextContentFactoryComponent extends UiFactory { elementRef: ElementRef; behaviorService: BehaviorService; templateProcessor: TemplateProcessor; model: any; links: any[]; get textContentModel(): TextContentModel; get hostEl(): HTMLElement; constructor(elementRef: ElementRef, behaviorService: BehaviorService, templateProcessor: TemplateProcessor); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }