import type { SelectParametersHooks } from '../types.js';
export declare function selectState({ selectPropsInfinityForge, field, options, utils, state, setOptions, }: SelectParametersHooks): {
value: any;
valueExternalSelect: string | number | readonly string[];
};