import { InlineQueryResultsButton } from '../types'; import { WebAppInfo } from '../types'; export declare class InlineQueryResultsButtonBase implements InlineQueryResultsButton { text: string; web_app: WebAppInfo; start_parameter: string; }