export declare const ClientOnly: ({ children }: {
    children: React.ReactNode;
}) => import("react").ReactNode;
