import type { SetSelectValue } from './shared.js'; export declare function useSetSelectValue(selectName: string): SetSelectValue;