declare const useToggle: (defaultValue?: boolean) => [boolean, (value?: boolean) => void];
export default useToggle;
