import { SelectInputEmits, SelectInputProps, WithElement } from '../../types'; import { InputWithOptionsContext } from './useInputWithOptionsContext'; export declare const useSelectInputContext: >>(props: Props, emit: SelectInputEmits) => InputWithOptionsContext;