type UseToggle = (initial?: boolean) => [boolean, () => void];
declare const useToggle: UseToggle;
export default useToggle;
