declare function useTransition(condition: boolean): [boolean, boolean, () => void];
export default useTransition;
