/** A plain text */ export declare class RichTextPlainBaseModel { _: 'richTextPlain'; /** Text */ text: string; }