import { StylableComponentProps } from '../theme' export interface ButtonProps extends StylableComponentProps { type?: string onClick?: (e: React.SyntheticEvent) => any disabled?: boolean condensed?: boolean }