import React from 'react'; import { ITestableProps } from '../../../types'; export interface IButtonGroupProps extends ITestableProps, React.HtmlHTMLAttributes { vertical?: boolean; }