import maplibregl from 'maplibre-gl';
interface Props extends maplibregl.NavigationControlOptions {
    position?: maplibregl.ControlPosition;
}
declare const NavigationControl: import("svelte").Component<Props, {}, "">;
type NavigationControl = ReturnType<typeof NavigationControl>;
export default NavigationControl;
