import type { FC, ReactElement } from "react"; declare const ClientRender: FC<{ children: ReactElement; }>; export default ClientRender;