import type { ButtonGroupProps } from './types';
export declare function ButtonGroup({ children, title, isNewMessageEveryRender: isNewMessageEveryRenderProp, parseMode, disableNotification, replyToMessageId, forceReply, maxColumns, isReplyButtons, ...otherProps }: ButtonGroupProps): JSX.Element;
