import React from 'react'; import { Spinner, Box } from 'native-base'; import { select } from '@storybook/addon-knobs'; export const Example = () => { return ( ); };