import * as React from "react"; export declare const useTransition: () => [boolean, typeof React.startTransition];