///
import { ComponentStory, ComponentMeta } from '@storybook/react';
import { ISidebarTabProps } from 'geovisto-sidebar';
import { ISidebarTabDataProps } from '../react/types';
import '../styles/common.scss';
declare const _default: ComponentMeta<(props: IMarkerLayerToolDemoProps) => JSX.Element>;
export default _default;
export declare type IMarkerLayerToolDemoProps = {
defaultMapPosition: boolean;
toolId: string;
toolEnabled: boolean;
toolName: string;
toolLabel: string;
sidebarToolEnabled: boolean;
sidebarTabTool: ISidebarTabDataProps;
showBaseTileLayerMap: boolean;
};
export declare const GeovistoMarkerLayerToolStory: ComponentStory<(props: IMarkerLayerToolDemoProps) => JSX.Element>;