import React from "react"; import type { InlineButtonsItem, InlineButtonsProps } from "./types"; export declare const InlineButtons: React.ForwardRefExoticComponent & React.RefAttributes>>;