import { RichTextUnion } from '@airgram-dev/core'; /** A rich text anchor */ export declare class RichTextAnchorBaseModel { _: 'richTextAnchor'; /** Text */ text: RichTextUnion; /** Anchor name */ name: string; }