const Button = ({theme, children}) => ( {children} ); export default React.forwardRef((props, ref) => ( {theme => } ));