import { PropType } from 'vue'; import { ControlPosition } from 'maplibre-gl'; import { Position } from './position.enum'; /** * Render Navigation Control * * See [NavigationControl](https://maplibre.org/maplibre-gl-js/docs/API/classes/NavigationControl/) */ declare const _default: import('vue').DefineComponent; validator: (v: Position) => boolean; }; /** * If true the compass button is included. */ showCompass: { type: PropType; default: boolean; }; /** * If true the zoom-in and zoom-out buttons are included. */ showZoom: { type: PropType; default: boolean; }; /** * If true the pitch is visualized by rotating X-axis of compass. */ visualizePitch: PropType; }>, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; validator: (v: Position) => boolean; }; /** * If true the compass button is included. */ showCompass: { type: PropType; default: boolean; }; /** * If true the zoom-in and zoom-out buttons are included. */ showZoom: { type: PropType; default: boolean; }; /** * If true the pitch is visualized by rotating X-axis of compass. */ visualizePitch: PropType; }>> & Readonly<{}>, { showCompass: boolean; showZoom: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;