/** * A paragraph of text. Formatted text supported. */ export declare class TextParagraph { private text?; getText(): string; setText(value: string): TextParagraph; }