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