/// import { ComponentStory, ComponentMeta } from '@storybook/react'; import '../styles/common.scss'; declare const _default: ComponentMeta<(props: ISidebarToolDemoProps) => JSX.Element>; export default _default; export declare type ISidebarToolDemoProps = { toolId: string; toolEnabled: boolean; toolLabel: string; sidebarToolEnabled: boolean; sidebarTabTool: string; showBaseTileLayerMap: boolean; sidebarTabEnabled: boolean; sidebarTabName: string; sidebarTabIcon: string; sidebarTabCheckButton: boolean; }; export declare const GeovistoSidebarToolStory: ComponentStory<(props: ISidebarToolDemoProps) => JSX.Element>;