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