import type { ItemValue, QuestionSelectBase } from "survey-core";
import { type Ref } from "vue";
export declare function useSelectBaseItem(getItem: () => ItemValue, getQuestion: () => QuestionSelectBase, root: Ref<HTMLElement | undefined>): void;
