/** * A wrapper for rendering Sections client-side. */ export default function ClientSection({ Component, section, children, ...props }: any): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=client-section.d.ts.map