/** * Hook that acts analogous to React's useTransition, ensuring that any React state change that happens as a * result of a Facet update is handled within a React transition. */ export declare const useFacetTransition: () => [boolean, (fn: () => void) => void];