import { KeyboardButtonPollType } from '../types'; export declare class KeyboardButtonPollTypeBase implements KeyboardButtonPollType { type: string; }