type Props = Testable &
StyledButtonProps &
React.ButtonHTMLAttributes<HTMLButtonElement> & {
  loading?: boolean;
  icon?: JSX.Element;