import type { AngularContentEllipsisConfig, AngularLinkRenderer, AngularMentionRenderer, AngularTagRenderer } from "./types"; import { EventEmitter } from "@angular/core"; import type { TypographyWeight } from "@hublib-web/tach-typography/core"; import * as i0 from "@angular/core"; export declare class ContentTextWithSuggestionsComponent { className: string | undefined; weight: TypographyWeight; text: string | null | undefined; ellipsis: AngularContentEllipsisConfig; blur: boolean; style: Record | null | undefined; onView: (() => void) | undefined; renderMention: AngularMentionRenderer | undefined; renderTag: AngularTagRenderer | undefined; renderLink: AngularLinkRenderer | undefined; readonly viewed: EventEmitter; readonly expandedChange: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=content-text-with-suggestions.component.d.ts.map