import { SelectContext } from './token'; export declare function useOption(props: any, states: any): { highlightCurrentLabel: import("vue").ComputedRef; select: SelectContext; currentLabel: import("vue").ComputedRef; currentValue: import("vue").ComputedRef; itemSelected: import("vue").ComputedRef; isDisabled: import("vue").ComputedRef; hoverItem: () => void; };