import type { ReactElement } from 'react'; export declare const isPrerendering: () => boolean; export declare const isBrowser: boolean; export declare const useIsBrowser: () => boolean; export declare const BrowserOnly: ({ children }: { children: ReactElement; }) => ReactElement> | null; //# sourceMappingURL=index.d.ts.map