import type { Ref } from 'vue'; type __VLS_Props = { position: { x: number; y: number; }; options: { value: string; label: string; }[]; selectedValues: string[]; controlRef: Ref | HTMLDivElement | null; theme?: string; formStyle?: unknown; fieldStyle?: unknown; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: () => any; toggleOption: (value: string) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onClose?: (() => any) | undefined; onToggleOption?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=MultiSelectionPopup.vue.d.ts.map