/// <reference types="react" />
import { Map } from '../../../Map';
declare const _default: {
    title: string;
    component: typeof Map;
};
export default _default;
export declare const TheSandbox: () => JSX.Element;
