import { type Snippet } from "svelte"; interface Props { class?: string; style?: any | string; zoom?: number; center?: any; children?: Snippet<[any]>; } declare const MapLibre: import("svelte").Component; type MapLibre = ReturnType; export default MapLibre;