import React from 'react'; import { Story } from '@storybook/react/types-6-0'; import { DrawerProps } from './Drawer'; declare const _default: { title: string; component: React.ForwardRefExoticComponent>; parameters: { chromatic: { delay: number; pauseAnimationAtEnd: boolean; viewports: number[]; }; }; }; export default _default; export declare const RightDrawer: Story; export declare const RightDrawerTitleClose: Story; export declare const RightDrawerTitleCloseScrolling: Story; export declare const RightDrawerClose: Story; export declare const RightDrawerCloseScrolling: Story; export declare const RightDrawerTitle: Story; export declare const RightDrawerHideOverlay: Story; export declare const RightDrawerCustomWidth: Story; export declare const RightDrawerTokenWidth: Story; export declare const RightDrawerHideOverlayCustomWidth: Story; export declare const RightDrawerHideOverlayTokenWidth: Story; export declare const LeftDrawer: Story; export declare const LeftDrawerTitle: Story; export declare const LeftDrawerHideOverlay: Story; export declare const LeftDrawerCustomWidth: Story; export declare const LeftDrawerTokenWidth: Story; export declare const LeftDrawerHideOverlayCustomWidth: Story; export declare const LeftDrawerHideOverlayTokenWidth: Story; export declare const TopDrawer: Story; export declare const TopDrawerScroll: Story; export declare const TopDrawerTitle: Story; export declare const TopDrawerHideOverlay: Story; export declare const BottomDrawer: Story; export declare const BottomDrawerTitle: Story; export declare const BottomDrawerHideOverlay: Story;