declare const _default: import('vue').DefineComponent {}; }; /** * The layout configuration for the clusters circles * @see https://docs.mapbox.com/mapbox-gl-js/example/cluster/ * @type {object} */ clustersLayout: { type: ObjectConstructor; default: () => {}; }; /** * The paint configuration for the clusters circles * @see https://docs.mapbox.com/mapbox-gl-js/example/cluster/ * @type {object} */ clustersPaint: { type: ObjectConstructor; default: () => { 'circle-color': string; 'circle-radius': number; }; }; /** * The layout configuration for the clusters count * @see https://docs.mapbox.com/mapbox-gl-js/example/cluster/ * @type {object} */ clusterCountLayout: { type: ObjectConstructor; default: () => { 'text-field': string[]; }; }; /** * The paint configuration for the clusters count * @see https://docs.mapbox.com/mapbox-gl-js/example/cluster/ * @type {object} */ clusterCountPaint: { type: ObjectConstructor; default: () => { 'text-color': string; }; }; /** * The type of the unclustered points layer * @see https://docs.mapbox.com/mapbox-gl-js/example/cluster/ * @type {string} */ unclusteredPointLayerType: { type: StringConstructor; default: string; }; /** * The layout configuration for the unclustered points * @see https://docs.mapbox.com/mapbox-gl-js/example/cluster/ * @type {object} */ unclusteredPointLayout: { type: ObjectConstructor; default: () => {}; }; /** * The paint configuration for the unclustered points * @see https://docs.mapbox.com/mapbox-gl-js/example/cluster/ * @type {object} */ unclusteredPointPaint: { type: ObjectConstructor; default: () => { 'circle-color': string; 'circle-radius': number; }; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, { clusterMaxZoom: number; clusterRadius: number; clusterMinPoints: number; clusterProperties: Record; clustersLayout: Record; clustersPaint: Record; clusterCountLayout: Record; clusterCountPaint: Record; unclusteredPointLayerType: string; unclusteredPointLayout: Record; unclusteredPointPaint: Record; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; export default _default;