import { ComponentStory, ComponentMeta } from '@storybook/react';
import { GoogleMap } from '.';
declare const _default: ComponentMeta<typeof GoogleMap>;
export default _default;
export declare const Default: ComponentStory<typeof GoogleMap>;
export declare const Satellite: ComponentStory<typeof GoogleMap>;
