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