// @flow
declare const UseToggle: (initial: boolean) => [boolean, () => void];
export { UseToggle, UseToggle as default };
