import { PageBlockListItem } from '@airgram-dev/core'; /** A list of data blocks */ export declare class PageBlockListBaseModel { _: 'pageBlockList'; /** The items of the list */ items: PageBlockListItem[]; }