import { ComponentStory } from '@storybook/react'; import Drawer from '../index'; declare const Playground: ComponentStory; export default Playground;