import { default as Cluster, Options } from 'ol/source/Cluster'; import { Ref, DefineComponent, ShallowRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { default as Feature } from 'ol/Feature'; import { Geometry } from 'ol/geom'; import { default as __DTS_DEFAULT_0__ } from 'ol/events/Event'; import { ObjectEvent } from 'ol/Object'; import { VectorSourceEvent } from 'ol/source/Vector'; type __VLS_Props = Options; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: DefineComponent<__VLS_Props, { layer: Ref>, Cluster>> | null | undefined; source: ShallowRef>, Cluster>>; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { change: (event: __DTS_DEFAULT_0__) => any; error: (event: __DTS_DEFAULT_0__) => any; propertychange: (event: ObjectEvent) => any; addfeature: (event: VectorSourceEvent>) => any; changefeature: (event: VectorSourceEvent>) => any; clear: (event: VectorSourceEvent>) => any; removefeature: (event: VectorSourceEvent>) => any; featuresloadstart: (event: VectorSourceEvent>) => any; featuresloadend: (event: VectorSourceEvent>) => any; featuresloaderror: (event: VectorSourceEvent>) => any; }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: ((event: __DTS_DEFAULT_0__) => any) | undefined; onError?: ((event: __DTS_DEFAULT_0__) => any) | undefined; onPropertychange?: ((event: ObjectEvent) => any) | undefined; onAddfeature?: ((event: VectorSourceEvent>) => any) | undefined; onChangefeature?: ((event: VectorSourceEvent>) => any) | undefined; onClear?: ((event: VectorSourceEvent>) => any) | undefined; onRemovefeature?: ((event: VectorSourceEvent>) => any) | undefined; onFeaturesloadstart?: ((event: VectorSourceEvent>) => any) | undefined; onFeaturesloadend?: ((event: VectorSourceEvent>) => any) | undefined; onFeaturesloaderror?: ((event: VectorSourceEvent>) => any) | undefined; }>, { wrapX: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };