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