import { Sections } from "../types";
export declare const buildSections: (sections: Sections) => import("react/jsx-runtime").JSX.Element;
