import { BotonicButtonContent } from '@botonic/shared';
export declare class Button {
    text: string;
    payload?: string;
    url?: string;
    webview?: string;
    constructor({ title, payload, url, webview }: BotonicButtonContent);
}
