import { Meta, Story } from '@storybook/react';
import { DrawerProps } from '..';
declare const _default: Meta<DrawerProps>;
export default _default;
export declare const Usage: Story<DrawerProps>;
