declare function useToggle(defaultValue?: T, reverseValue?: U): (T | U | { toggle: () => void; })[]; export default useToggle;