const CLASS_PREFIX = 'md-radio-simple-group';

const STYLE = {
  wrapper: `${CLASS_PREFIX}-wrapper`,
};

export { CLASS_PREFIX, STYLE };
