import { Meta, StoryObj } from '@storybook/react'; import { SidebarProps } from './Sidebar'; type SidebarWithStatesProps = SidebarProps & {}; declare const _default: Meta; export default _default; export declare const Default: StoryObj; //# sourceMappingURL=Sidebar.stories.d.ts.map