import React from 'react'; import Colors from './colors'; export default ({ healthy = true, ...rest }) => ( {({ green, orange }) => ( )} );