import { MixedSection, Section } from '../../../state'; interface AddElementProps { section: Section & { areaName: string; }; itemIdChain?: string[]; elementIdChain?: string[]; } export default function LazyAddElement({ section, itemIdChain, elementIdChain }: AddElementProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=lazy-add-element.component.d.ts.map