import { type PropsWithChildren } from 'react';
export declare function ClientOnly({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element | null;
