import type { FieldGroup } from "./sections.js"; type $$ComponentProps = { groups: FieldGroup[]; }; declare const GeneralSection: import("svelte").Component< $$ComponentProps, {}, "" >; type GeneralSection = ReturnType; export default GeneralSection;