import { default as Style } from 'ol/style/Style'; import { OverrideStyleFunction } from '.'; import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { zIndex?: number; overrideStyleFunction?: OverrideStyleFunction; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: DefineComponent<__VLS_Props, { style: ComputedRef