import { Meta } from '@storybook/react'; import { DrawerProps } from './Drawer'; declare const _default: Meta; export default _default; export declare const DrawerExample: import('storybook/internal/csf').AnnotatedStoryFn; export declare const WithButtons: import('storybook/internal/csf').AnnotatedStoryFn;