import type { UseSelectArgs } from './shared.js'; export declare function useCurrentSelectValue(selectName: string, args: UseSelectArgs): Option;