import * as React from 'react'; import type { LayoutConfig } from '@formitiva/core'; export interface TabLayoutProps { config: LayoutConfig; activeSection: string; onSectionChange: (name: string) => void; children: React.ReactNode; } export declare const TabLayout: React.FC; export default TabLayout; //# sourceMappingURL=TabLayout.d.ts.map