declare const useToggle: (initialValue?: boolean) => [boolean, () => void]; export { useToggle };