import { ISectionElementWrapper, SectionElementProps } from '../../../sections'; import { GlobalConfig, SectionElement as ISectionElement, MixedSection, Section } from '../../../state'; export default function SectionElements({ elements, editMode, SectionElement, section, baseClassName, SectionElementWrapper, itemIdChain, elementIdChain, globalConfig, }: { editMode?: boolean; section: Section & { areaName: string; }; baseClassName?: string; elements?: ISectionElement[]; SectionElement: React.ComponentType; SectionElementWrapper?: ISectionElementWrapper; itemIdChain?: string[]; elementIdChain?: string[]; globalConfig?: GlobalConfig; }): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=section-elements.component.d.ts.map