import { RichTextUnion } from '@airgram-dev/core'; /** A marked rich text */ export declare class RichTextMarkedBaseModel { _: 'richTextMarked'; /** Text */ text: RichTextUnion; }