import { type ComponentPropsWithoutRef } from "react";
export declare function BotMessageButton({ className, label, ...props }: ComponentPropsWithoutRef<"button"> & {
    label: string;
}): import("react/jsx-runtime").JSX.Element;
