const CLASS_PREFIX = 'md-button-dialpad';

const STYLE = {
  primaryText: `${CLASS_PREFIX}-primary-text`,
  secondaryText: `${CLASS_PREFIX}-secondary-text`,
  wrapper: `${CLASS_PREFIX}-wrapper`,
  innerWrapper: `${CLASS_PREFIX}-inner-wrapper`,
};

export { CLASS_PREFIX, STYLE };
