export default function useComplexValueItem(complexValue: T, key: keyof T, setComplexValue: (complexValue: T) => void): [V, (value: V) => void];