export declare function useOption(props: any, states: any): { select: import("./token").SelectContext | undefined; currentLabel: import("vue").ComputedRef; currentValue: import("vue").ComputedRef; itemSelected: import("vue").ComputedRef; isDisabled: import("vue").ComputedRef; hoverItem: () => void; updateOption: (query: string) => void; };