interface useFunctionValueParams { ctxSelectOptions: any; } declare const useFunctionValue: (props: useFunctionValueParams) => { handleCtxSelectedFuncValue: (val: any) => string; }; export default useFunctionValue;