import type { ButtonGroupInput, ButtonGroupInputOpts } from '../types';
/**
 *
 * @param name button name
 * @param onClick function that executes when the button is clicked
 */
export declare function buttonGroup(opts: ButtonGroupInputOpts): ButtonGroupInput;
