import { Story, Meta } from '@storybook/react';
import { DrawerProps } from '.';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Playground: Story<DrawerProps>;
export declare const Right: Story<DrawerProps>;
export declare const Top: Story<DrawerProps>;
export declare const Bottom: Story<DrawerProps>;
