import { default as Link, Options, Params } from 'ol/interaction/Link'; import { ObjectEvent } from 'ol/Object'; import { DefineComponent, ShallowRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { default as __DTS_DEFAULT_0__ } from 'ol/events/Event'; import { AnimationOptions } from 'ol/View'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: DefineComponent; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { change: (event: __DTS_DEFAULT_0__) => any; error: (event: __DTS_DEFAULT_0__) => any; propertychange: (event: ObjectEvent) => any; "change:active": (event: ObjectEvent) => any; }, string, PublicProps, Readonly & Readonly<{ onChange?: ((event: __DTS_DEFAULT_0__) => any) | undefined; onError?: ((event: __DTS_DEFAULT_0__) => any) | undefined; onPropertychange?: ((event: ObjectEvent) => any) | undefined; "onChange:active"?: ((event: ObjectEvent) => any) | undefined; }>, { replace: boolean; animate: boolean | AnimationOptions; params: Params[]; prefix: string; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };