import { RichTextUnion } from '@airgram-dev/core'; /** A fixed-width rich text */ export declare class RichTextFixedBaseModel { _: 'richTextFixed'; /** Text */ text: RichTextUnion; }