/** True after the browser environment is available (SSR-safe). */ declare function useIsClient(): boolean; export { useIsClient };