import { Story } from '@storybook/react/types-6-0'; import { Sidebar, Tab } from '../map/Sidebar'; import { MapVEuMapProps } from '../map/MapVEuMap'; declare const _default: { title: string; component: typeof Sidebar; subcomponents: { Tab: typeof Tab; }; }; export default _default; export declare const SidebarResize: Story; //# sourceMappingURL=SidebarResize.stories.d.ts.map