import type { DynamicFieldSchema } from "@bota-apps/types"; type SectionGroup = { key: string; title?: string; description?: string; fields: DynamicFieldSchema[]; }; type TabbedSectionsProps = { sections: SectionGroup[]; }; export declare function TabbedSections({ sections }: TabbedSectionsProps): import("react").JSX.Element; export {}; //# sourceMappingURL=tabbedSections.d.ts.map