import { BottomSheet } from './index'; import { ComponentStory } from '@storybook/react'; declare const _default: { title: string; component: typeof BottomSheet; }; export default _default; export declare const DefaultBottomSheet: ComponentStory; export declare const BottomSheetWithGoBack: ComponentStory; export declare const BottomSheetNoTitle: ComponentStory;