import React from 'react'
import BrandText from './BrandText'

/**
 * @see See [BrandText](#brandtext) for API. Sets `type` prop to `info`.
 */
const InfoText = props => <BrandText {...props} type="info" />

export default InfoText
