import { StoryObj } from '@storybook/react-vite'; declare const meta: { title: string; parameters: { layout: string; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const React: Story; export declare const WithView: Story; export declare const WithViewAdvanced: Story; export declare const WithColor: Story; export declare const WithCustomSize: Story; export declare const WithMarker: Story; export declare const WithMarkerStyling: Story; export declare const WithClustering: Story; export declare const WithPopover: Story; export declare const WithPopoverDynamic: Story; export declare const WithMatgeo: Story; export declare const WithMatgeoToggle: Story; export declare const WithWMS: Story; export declare const WithTooltip: Story; export declare const WithClickToAddMarker: Story; export declare const WithoutScrollZoom: Story;