/**
 * Determines whether or not the component tree has been hydrated.
 */
export declare function useIsHydrated(): boolean;
