/// export declare function ClientPageRoot({ Component, props, }: { Component: React.ComponentType; props: { [props: string]: any; }; }): import("react/jsx-runtime").JSX.Element;