import React from 'react'; import Colors from './colors'; export default ({ light = false, ...rest }) => ( {({ white, secondary }) => ( )} );