import React from 'react'; import { Alert, AlertDescription, AlertTitle, AlertIcon, AlertCloseButton, } from '@native-base/v3'; import { select } from '@storybook/addon-knobs'; export default function () { return ( Error Alert description goes here ); }