import { Meta, Story } from "@storybook/react"; import { SidebarWithProps } from "."; import { StoryContext } from "../../../types"; declare const _default: Meta; export default _default; export declare const Main: Story;