import { EditedTextContent, LegalHoldStatus, LinkPreviewUploadedContent, MentionContent, QuoteContent, TextContent } from '../content'; export declare class TextContentBuilder { private readonly content; constructor(textContent: T); build(): T; withLinkPreviews(linkPreviews?: LinkPreviewUploadedContent[]): this; withMentions(mentions?: MentionContent[]): this; withQuote(quote?: QuoteContent): this; withReadConfirmation(expectsReadConfirmation?: boolean): this; withLegalHoldStatus(legalHoldStatus?: LegalHoldStatus): this; } //# sourceMappingURL=TextContentBuilder.d.ts.map