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