import { HydratedSection } from 'contexts/types'; export declare const SectionRenderer: ({ section }: { section: HydratedSection; }) => import("react/jsx-runtime").JSX.Element;