import { Section } from '../../../state'; export default function ManageSections({ section, }: { section: Section & { areaName: string; }; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=manage-sections.component.d.ts.map