export const ChoiceButton = ({ title = '', onClick, children, icon = null, color = 'secondary', active = false, noMargin = false, }) => ( )