import type { HTMLElementProps } from '../types';
declare const Map: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Map = ReturnType<typeof Map>;
export default Map;
