import { RichTextUnion } from '@airgram-dev/core'; /** The footer of a page */ export declare class PageBlockFooterBaseModel { _: 'pageBlockFooter'; /** Footer */ footer: RichTextUnion; }