import * as React from 'react' import { withTheme } from 'utils' import { storiesOf } from '@storybook/react' import Box from 'Box' import Button from 'Button' import Icon from 'Icon' import YesNo from '.' const stories = storiesOf('YesNo', module) stories.add('default', withTheme(() => { return (