import { InlineKeyboardButton } from '@airgram-dev/core'; /** Contains an inline keyboard layout */ export declare class ReplyMarkupInlineKeyboardBaseModel { _: 'replyMarkupInlineKeyboard'; /** A list of rows of inline keyboard buttons */ rows: InlineKeyboardButton[][]; }